summaryrefslogtreecommitdiffstats
path: root/remoting/tools
diff options
context:
space:
mode:
authordcaiafa <dcaiafa@google.com>2015-05-04 19:52:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 02:53:55 +0000
commit32587b7745a96943cfbb49041eb37ea5b5724783 (patch)
tree58e624fcbf56740347d8d7d9616acd4d4f4253ee /remoting/tools
parentf0ebecee83117f2bf62b4124491910c4654491d0 (diff)
downloadchromium_src-32587b7745a96943cfbb49041eb37ea5b5724783.zip
chromium_src-32587b7745a96943cfbb49041eb37ea5b5724783.tar.gz
chromium_src-32587b7745a96943cfbb49041eb37ea5b5724783.tar.bz2
[Chromoting] Update list of webapp locales to match Chrome's locales.
With this change the GN and GYP webapp builds will once again produce identical results. The remoting_localize.py change is necessary to avoid having Fake-bidi conflict with Hebrew. BUG= Review URL: https://codereview.chromium.org/1126683003 Cr-Commit-Position: refs/heads/master@{#328259}
Diffstat (limited to 'remoting/tools')
-rwxr-xr-xremoting/tools/build/remoting_localize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/tools/build/remoting_localize.py b/remoting/tools/build/remoting_localize.py
index 4b6c901..db4d58c 100755
--- a/remoting/tools/build/remoting_localize.py
+++ b/remoting/tools/build/remoting_localize.py
@@ -418,7 +418,7 @@ _LANGUAGE_MAP = {
'neutral' : [ 1200, 'LANG_NEUTRAL', 'SUBLANG_NEUTRAL' ],
# LANG_USER_DEFAULT LCID, unicode(1200) code page.
'userdefault' : [ 1200, 'LANG_NEUTRAL', 'SUBLANG_DEFAULT' ],
- 'fake-bidi' : [ 1255, 'LANG_HEBREW', 'SUBLANG_DEFAULT' ],
+ 'fake-bidi' : [ 1255, 'LANG_HEBREW', 'SUBLANG_NEUTRAL' ],
'af' : [ 1252, 'LANG_AFRIKAANS', 'SUBLANG_DEFAULT' ],
'am' : [ 1200, 'LANG_AMHARIC', 'SUBLANG_DEFAULT' ],
'ar' : [ 1256, 'LANG_ARABIC', 'SUBLANG_DEFAULT' ],