Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: localeTools.py

Issue 29561557: Issue 5763 - Target languages supported by Firefox (Closed)
Patch Set: Created Oct. 1, 2017, 5:12 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | packagerChrome.py » ('j') | packagerChrome.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: localeTools.py
===================================================================
--- a/localeTools.py
+++ b/localeTools.py
@@ -31,11 +31,22 @@
}
langMappingChrome = {
- 'es-419': 'es-MX',
+ 'br': 'br-FR',
+ 'dsb': 'dsb-DE',
'es': 'es-ES',
+ 'fur': 'fur-IT',
+ 'fy': 'fy-NL',
+ 'ga': 'ga-IE',
+ 'gu': 'gu-IN',
+ 'hsb': 'hsb-DE',
+ 'hy': 'hy-AM',
+ 'ml': 'ml-IN',
+ 'nn': 'nn-NO',
+ 'pa': 'pa-IN',
+ 'rm': 'rm-CH',
+ 'si': 'si-LK',
'sv': 'sv-SE',
- 'ml': 'ml-IN',
- 'gu': 'gu-IN',
+ 'ur': 'ur-PK',
}
chromeLocales = [
« no previous file with comments | « no previous file | packagerChrome.py » ('j') | packagerChrome.py » ('J')

Powered by Google App Engine
This is Rietveld