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

Unified Diff: localeTools.py

Issue 6249914833043456: Issue 1731 - Fixed locale code for Gujarati (Closed)
Patch Set: Created Dec. 22, 2014, 12:22 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: localeTools.py
===================================================================
--- a/localeTools.py
+++ b/localeTools.py
@@ -18,6 +18,7 @@
'hsb': 'hsb-DE',
'hi-IN': 'hi',
'ml': 'ml-IN',
+ 'gu': 'gu-IN',
Wladimir Palant 2014/12/28 11:26:28 This is wrong. I checked https://addons.mozilla.or
Sebastian Noack 2014/12/28 12:53:15 Done.
'nb-NO': 'nb',
'rm': 'rm-CH',
'ta-LK': 'ta',
@@ -29,6 +30,7 @@
'es': 'es-ES',
'sv': 'sv-SE',
'ml': 'ml-IN',
+ 'gu': 'gu-IN',
}
chromeLocales = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld