Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 1931093002: [Android]Use zh instead of zh-rTW as output folder of zh_TW translation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 <output filename="values-sk/android_chrome_strings.xml" lang="sk" type="andr oid" /> 68 <output filename="values-sk/android_chrome_strings.xml" lang="sk" type="andr oid" />
69 <output filename="values-sl/android_chrome_strings.xml" lang="sl" type="andr oid" /> 69 <output filename="values-sl/android_chrome_strings.xml" lang="sl" type="andr oid" />
70 <output filename="values-sr/android_chrome_strings.xml" lang="sr" type="andr oid" /> 70 <output filename="values-sr/android_chrome_strings.xml" lang="sr" type="andr oid" />
71 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" /> 71 <output filename="values-sv/android_chrome_strings.xml" lang="sv" type="andr oid" />
72 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" /> 72 <output filename="values-sw/android_chrome_strings.xml" lang="sw" type="andr oid" />
73 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" /> 73 <output filename="values-th/android_chrome_strings.xml" lang="th" type="andr oid" />
74 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" /> 74 <output filename="values-tr/android_chrome_strings.xml" lang="tr" type="andr oid" />
75 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" /> 75 <output filename="values-uk/android_chrome_strings.xml" lang="uk" type="andr oid" />
76 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" /> 76 <output filename="values-vi/android_chrome_strings.xml" lang="vi" type="andr oid" />
77 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" /> 77 <output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" typ e="android" />
78 <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" typ e="android" /> 78 <!-- Use zh instead of zh-rTW so that Android will let zh-HK fall back to zh -TW.-->
grt (UTC plus 2) 2016/04/30 11:09:32 nit: add space after sentence before "-->"
79 <output filename="values-zh/android_chrome_strings.xml" lang="zh-TW" type="a ndroid" />
79 </outputs> 80 </outputs>
80 <translations> 81 <translations>
81 <file lang="am" path="translations/android_chrome_strings_am.xtb" /> 82 <file lang="am" path="translations/android_chrome_strings_am.xtb" />
82 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" /> 83 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" />
83 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" /> 84 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" />
84 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" /> 85 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" />
85 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" /> 86 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" />
86 <file lang="da" path="translations/android_chrome_strings_da.xtb" /> 87 <file lang="da" path="translations/android_chrome_strings_da.xtb" />
87 <file lang="de" path="translations/android_chrome_strings_de.xtb" /> 88 <file lang="de" path="translations/android_chrome_strings_de.xtb" />
88 <file lang="el" path="translations/android_chrome_strings_el.xtb" /> 89 <file lang="el" path="translations/android_chrome_strings_el.xtb" />
(...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after
2362 <!-- Migration strings --> 2363 <!-- Migration strings -->
2363 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2364 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2364 Quickly switch tabs 2365 Quickly switch tabs
2365 </message> 2366 </message>
2366 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2367 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2367 Tap this button for quick access to your tabs. 2368 Tap this button for quick access to your tabs.
2368 </message> 2369 </message>
2369 </messages> 2370 </messages>
2370 </release> 2371 </release>
2371 </grit> 2372 </grit>
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698