Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Merge branch 'translators' into master_translations
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv authored Nov 8, 2023
2 parents 60e8000 + 5d7156b commit 007e0b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/translators-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
6 changes: 6 additions & 0 deletions i18n-config-en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ module.exports = {
short_name: 'EN',
affiliate_lang: 0,
},
ach: {
path: 'ach',
display_name: 'Crowdin',
short_name: 'CR',
affiliate_lang: 13,
},
}
12 changes: 6 additions & 6 deletions i18n-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 007e0b2

Please sign in to comment.