🐛 Fix crowdin integration

This commit is contained in:
Luke Vella 2023-03-06 13:33:32 +00:00
parent ada70a99a3
commit 9fe794a9e4

View file

@ -1,5 +1,11 @@
pull_request_title: "🌐 Update translations",
project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN
pull_request_title: "🌐 Update translations"
commit_message: "🌐 Update {languageName} translations ({fileName})"
files:
- source: apps/web/public/locales/en/*.json
translation: apps/web/public/locales/%two_letters_code%/%original_file_name%
[
{
source: "/apps/web/public/locales/en/*.json",
translation: "/apps/web/public/locales/%two_letters_code%/%original_file_name%",
},
]