Skip to content

Commit

Permalink
feat(DEV-5970): Add Italian locale support
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanbuchar committed May 8, 2019
1 parent a194972 commit 44d6e25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.js
Expand Up @@ -58,6 +58,7 @@ const locales = {
ES_ES: 'es_ES', // Spanish (Spain)
ES_MX: 'es_MX', // Spanish (Mexico)
FR_FR: 'fr_FR', // French (France)
IT_IT: 'it_IT', // Italian (Italy)
JA_JP: 'ja_JP', // Japanese (Japan)
NL_NL: 'nl_NL', // Dutch (Netherlands)
PL_PL: 'pl_PL', // Polish (Poland)
Expand Down

0 comments on commit 44d6e25

Please sign in to comment.