Skip to content

Commit

Permalink
Fixes mozilla-mobile#3213 - Adds information for custom locales
Browse files Browse the repository at this point in the history
  • Loading branch information
boek authored and ekager committed Aug 24, 2018
1 parent 6d24a80 commit 8b3ef96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tools/l10n/android2po/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,18 @@ class IncompleteEnvironment(EnvironmentError):
'local_name': 'Basa Sunda',
'plural_rule': 'ja',
'team': 'anp <[email protected]>\n'
},
'hus': {
'name': 'Huastec',
'local_name': 'Tének',
'plural_rule': 'ja',
'team': 'anp <[email protected]>\n'
},
'yua': {
'name': 'Yucatec',
'local_name': 'Maaya',
'plural_rule': 'az',
'team': 'anp <[email protected]>\n'
}
}

Expand Down

0 comments on commit 8b3ef96

Please sign in to comment.