Skip to content

Commit

Permalink
feat(DEV-7285): Add Czech locale support (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbuchar committed Oct 11, 2019
1 parent fe44fab commit 6498755
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/settings.js
Expand Up @@ -52,6 +52,7 @@ const iframe = {
* @readonly
*/
const locales = {
CS_CZ: 'cs_CZ', // Czech (Czech Republic)
DA_DK: 'da_DK', // Danish (Denmark)
DE_DE: 'de_DE', // German (Germany)
EN_US: 'en_US', // English (United States)
Expand All @@ -64,7 +65,7 @@ const locales = {
PL_PL: 'pl_PL', // Polish (Poland)
PT_BR: 'pt_BR', // Portuguese (Brazil)
SV_SE: 'sv_SE', // Swedish (Sweden)
ZH_CN: 'zh_CN', // Chinese (Simplified)
ZH_CN: 'zh_CN', // Chinese (Simplified) (China)
};

/**
Expand Down

0 comments on commit 6498755

Please sign in to comment.