Skip to content

Commit 501e7bf

Browse files
committed
feat(crowdin): workflow setup testing
1 parent b741152 commit 501e7bf

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/i18n-crowdin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747

4848
- name: Checkout
4949
uses: actions/checkout@v4
50+
with:
51+
token: ${{ steps.generate-token.outputs.token }}
5052

5153
- name: Upload Sources to Crowdin
5254
uses: crowdin/github-action@v2

projects/client/i18n/meta/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"exclude": []
8888
},
8989
"page_title_error_404": {
90-
"default": "404: Nothingness. The void.",
90+
"default": "404: Nothing. Just void.",
9191
"description": "Title for the 404 error page.",
9292
"exclude": [
9393
"android",

0 commit comments

Comments
 (0)