Skip to content

Commit

Permalink
chore: OfficialPawBot -> just-a-paw
Browse files Browse the repository at this point in the history
  • Loading branch information
MrGriefs committed Mar 23, 2024
1 parent cfc38e2 commit 74a3f24
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
if: github.repository == 'OfficialPawBot/language' && github.ref == 'refs/heads/main'
if: github.repository == 'just-a-paw/language' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_locale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
if: github.repository == 'OfficialPawBot/language' && github.ref == 'refs/heads/main'
if: github.repository == 'just-a-paw/language' && github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_readmes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
permissions:
contents: write
runs-on: ubuntu-latest
if: github.repository == 'OfficialPawBot/language'
if: github.repository == 'just-a-paw/language'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .scripts/aggregate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const uriEncodeFilename = filename => filename.split(path.sep).map(encodeURIComp
const formatEntryInfo = (locale, entry) => {
const info = this.entryInfo(locale, entry);
const sourceInfo = this.entryInfo(sourceLocale, entry);
const baseUrl = 'https://github.com/OfficialPawBot/language/blob/main/';
const baseUrl = 'https://github.com/just-a-paw/language/blob/main/';

let text = info ? `* [\`${entry}\`](${baseUrl}${uriEncodeFilename(info.filename)}#${formatLineFragment(info.start.line, info.end.line)})` :
`* \`${entry}\``
Expand Down
2 changes: 1 addition & 1 deletion .scripts/crowdin.README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `{locale}` [{fullDisplayName}][{locale}_here]

[{locale}_crowdin]: https://crowdin.com/project/paw-bot/{locale}
[{locale}_here]: https://github.com/OfficialPawBot/language/{treeOrBlob}/main/{locale}{extension}
[{locale}_here]: https://github.com/just-a-paw/language/{treeOrBlob}/main/{locale}{extension}

[![Crowdin](https://img.shields.io/static/v1?label={uriDisplayName}&message={percent}%&color={colour})][{locale}_crowdin]

Expand Down
6 changes: 3 additions & 3 deletions .scripts/locale.README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# `{locale}` [{fullDisplayName}][{locale}_here]

[{locale}_issue]: https://github.com/OfficialPawBot/language/issues/new?title=%5B{locale}%5D%20
[{locale}_pr]: https://github.com/OfficialPawBot/language/compare?title=%5B{locale}%5D%20
[{locale}_here]: https://github.com/OfficialPawBot/language/{treeOrBlob}/main/{locale}{extension}
[{locale}_issue]: https://github.com/just-a-paw/language/issues/new?title=%5B{locale}%5D%20
[{locale}_pr]: https://github.com/just-a-paw/language/compare?title=%5B{locale}%5D%20
[{locale}_here]: https://github.com/just-a-paw/language/{treeOrBlob}/main/{locale}{extension}

> Translate [{nativeDisplayName}][{locale}_here] via [pull request][{locale}_pr] or submit an [issue][{locale}_issue].
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">
<a href="https://patreon.com/JustAPaw"><img alt="Patreon" src="https://img.shields.io/badge/patreon-donate?color=F77F6F&labelColor=F96854&logo=patreon&logoColor=ffffff"></a>
<a href="https://discord.gg/eazpsZNrRk"><img alt="Discord" src="https://img.shields.io/discord/368557500884189186?color=7389D8&labelColor=6A7EC2&logo=discord&logoColor=ffffff"></a>
<a href="https://dev.azure.com/officialpawbot/Language"><img alt="Pipeline" src="https://dev.azure.com/officialpawbot/Language/_apis/build/status/OfficialPawBot.language?branchName=main"></a>
<a href="https://dev.azure.com/just-a-paw/Language"><img alt="Pipeline" src="https://dev.azure.com/just-a-paw/Language/_apis/build/status/just-a-paw.language?branchName=main"></a>
<a href="https://crowdin.com/project/paw-bot"><img alt="Crowdin" src="https://badges.crowdin.net/paw-bot/localized.svg"></a>
</p>

Expand Down
2 changes: 1 addition & 1 deletion locale.schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OfficialPawBot/language/main/locale.schema.json",
"$id": "https://raw.githubusercontent.com/just-a-paw/language/main/locale.schema.json",
"title": "Locale",
"description": "An object of locale config",
"type": "object",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"license": "NONE",
"repository": {
"type": "git",
"url": "git+https://github.com/OfficialPawBot/language.git"
"url": "git+https://github.com/just-a-paw/language.git"
},
"bugs": {
"url": "https://github.com/OfficialPawBot/language/issues"
"url": "https://github.com/just-a-paw/language/issues"
},
"homepage": "https://github.com/OfficialPawBot/language#readme",
"homepage": "https://github.com/just-a-paw/language#readme",
"devDependencies": {
"@babel/parser": "^7.18.9",
"@babel/types": "^7.18.9",
Expand Down
2 changes: 1 addition & 1 deletion schema.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/OfficialPawBot/language/main/schema.json",
"$id": "https://raw.githubusercontent.com/just-a-paw/language/main/schema.json",
"title": "Locale data entry",
"oneOf": [
{
Expand Down

0 comments on commit 74a3f24

Please sign in to comment.