diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 01:32:03 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 01:32:03 +0000 |
commit | 3c348025facf95bc328e7b1465afeee5083bad78 (patch) | |
tree | 07b9e3439d95705a14e626224267bb4d9f0035d2 /app | |
parent | c2bb2e5778d3a6a8a70e942c55693214c640a8ba (diff) | |
download | chromium_src-3c348025facf95bc328e7b1465afeee5083bad78.zip chromium_src-3c348025facf95bc328e7b1465afeee5083bad78.tar.gz chromium_src-3c348025facf95bc328e7b1465afeee5083bad78.tar.bz2 |
Switch from he.xtb to iw.xtb because the translation console is
deprecating 'he' in favor of 'iw'.
Review URL: http://codereview.chromium.org/1332001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app')
-rw-r--r-- | app/resources/app_strings.grd | 3 | ||||
-rw-r--r-- | app/resources/app_strings_iw.xtb (renamed from app/resources/app_strings_he.xtb) | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app/resources/app_strings.grd b/app/resources/app_strings.grd index e22fef6..482e2c0 100644 --- a/app/resources/app_strings.grd +++ b/app/resources/app_strings.grd @@ -141,12 +141,13 @@ need to be translated for each locale.--> <file path="app_strings_fil.xtb" lang="fil" /> <file path="app_strings_fr.xtb" lang="fr" /> <file path="app_strings_gu.xtb" lang="gu" /> - <file path="app_strings_he.xtb" lang="he" /> <file path="app_strings_hi.xtb" lang="hi" /> <file path="app_strings_hr.xtb" lang="hr" /> <file path="app_strings_hu.xtb" lang="hu" /> <file path="app_strings_id.xtb" lang="id" /> <file path="app_strings_it.xtb" lang="it" /> + <!-- The translation console uses 'iw' for Hebrew, but we use 'he'. --> + <file path="app_strings_iw.xtb" lang="he" /> <file path="app_strings_ja.xtb" lang="ja" /> <file path="app_strings_kn.xtb" lang="kn" /> <file path="app_strings_ko.xtb" lang="ko" /> diff --git a/app/resources/app_strings_he.xtb b/app/resources/app_strings_iw.xtb index 3b3ca34..f61493e 100644 --- a/app/resources/app_strings_he.xtb +++ b/app/resources/app_strings_iw.xtb @@ -1,6 +1,6 @@ <?xml version="1.0" ?> <!DOCTYPE translationbundle> -<translationbundle lang="he"> +<translationbundle lang="iw"> <translation id="1871244248791675517">Ins</translation> <translation id="6135826906199951471">Del</translation> <translation id="528468243742722775">End</translation> |