Skip to content

Commit

Permalink
fix(i18n): fix locale map
Browse files Browse the repository at this point in the history
  • Loading branch information
nurikk committed Feb 4, 2024
1 parent feecbbe commit ee42125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download_translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function downloadLanguage(project_id, api_token, language) {
}

const locale2fileMap = {
'uk': 'en',
'uk': 'ua',
'pt-br': 'ptbr',
'zh-Hans': 'chs',
'zh-TW': 'zh'
Expand Down

0 comments on commit ee42125

Please sign in to comment.