Merge branch 'main' into hidden-support

This commit is contained in:
Abhinav 2023-05-12 18:22:59 +05:30
commit 5ba0638d8f
5 changed files with 1016 additions and 1016 deletions

View file

@ -3,7 +3,7 @@ name: Sync crowdin translation
on:
push:
paths: # run action automatically when en/translation.json file is changed
- 'public/locales/en/translation.json'
- 'apps/photos/public/locales/en/translation.json'
branches: [ main ]
schedule:
- cron: '0 */24 * * *' # Every 24 hours - https://crontab.guru/#0_*/12_*_*_*

View file

@ -350,7 +350,7 @@
"LINK_EXPIRED": "Link expired",
"LINK_EXPIRED_MESSAGE": "This link has either expired or been disabled!",
"MANAGE_LINK": "Manage link",
"LINK_TOO_MANY_REQUESTS": "This album is too popular for us to handle!",
"LINK_TOO_MANY_REQUESTS": "Sorry, this album has been viewed on too many devices!",
"FILE_DOWNLOAD": "Allow downloads",
"LINK_PASSWORD_LOCK": "Password lock",
"PUBLIC_COLLECT": "Allow adding photos",

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -2,5 +2,5 @@ project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
files:
- source: /public/locales/en/translation.json
translation: /public/locales/%two_letters_code%/translation.json
- source: /apps/photos/public/locales/en/translation.json
translation: /apps/photos/public/locales/%two_letters_code%/translation.json