diff --git a/.github/workflows/translators-sync.yml b/.github/workflows/translators-sync.yml index 32c910bd349..bda8c97f73a 100644 --- a/.github/workflows/translators-sync.yml +++ b/.github/workflows/translators-sync.yml @@ -42,6 +42,7 @@ jobs: gh pr close "$branch_name" || true gh pr create --base "translators" --title "[translators] Update translators branch with master 📚" --head "binary-com:$branch_name" --body "This is an automated PR designed to keep the translators' branch up to date, ensuring that all newly added strings are available for translation." + diff --git a/i18n-config-en.js b/i18n-config-en.js index a0d1f2de349..c7b53146d94 100644 --- a/i18n-config-en.js +++ b/i18n-config-en.js @@ -6,4 +6,10 @@ module.exports = { short_name: 'EN', affiliate_lang: 0, }, + ach: { + path: 'ach', + display_name: 'Crowdin', + short_name: 'CR', + affiliate_lang: 13, + }, } diff --git a/i18n-config.js b/i18n-config.js index d9d37cd6cae..4d92119a6b8 100644 --- a/i18n-config.js +++ b/i18n-config.js @@ -90,12 +90,12 @@ module.exports = { short_name: 'KO', affiliate_lang: 16, }, - // ach: { - // path: 'ach', - // display_name: 'Crowdin', - // short_name: 'CR', - // affiliate_lang: 13, - // }, + ach: { + path: 'ach', + display_name: 'Crowdin', + short_name: 'CR', + affiliate_lang: 13, + }, de: { path: 'de', display_name: 'Deutsch',