We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d42c81 commit 607ba8fCopy full SHA for 607ba8f
.github/workflows/translate.yml
@@ -9,6 +9,8 @@ on:
9
jobs:
10
translate:
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ contents: write
14
15
steps:
16
- name: Checkout repository
assets/flutter_i18n/en.json
@@ -453,7 +453,7 @@
453
"you_will_be_directed_to_the_main_app": "You will be directed to the main app",
454
"account_setup_complete": "Account Setup Complete!",
455
"entering_the_app": "Entering the App",
456
- "in": "Loading...",
+ "in": "Loading..",
457
"google_drive_secured_storage": "Google Drive secured storage",
458
"icloud_secured_storage": "iCloud Secured storage",
459
"make_sure_you_have_stored_your_keys_correctly_in_your_x": "Make sure you have stored your keys correctly in your {0}",
0 commit comments