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

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

Issue 2293753002: Revert "[Android]Use zh instead of zh-rTW as output folder of zh_TW translation" (Closed)
Patch Set: Created 4 years, 3 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 <!-- Use zh instead of zh-rTW so that Android will let zh-HK fall back to zh -TW. --> 78 <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" typ e="android" />
79 <output filename="values-zh/android_chrome_strings.xml" lang="zh-TW" type="a ndroid" />
80 </outputs> 79 </outputs>
81 <translations> 80 <translations>
82 <file lang="am" path="translations/android_chrome_strings_am.xtb" /> 81 <file lang="am" path="translations/android_chrome_strings_am.xtb" />
83 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" /> 82 <file lang="ar" path="translations/android_chrome_strings_ar.xtb" />
84 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" /> 83 <file lang="bg" path="translations/android_chrome_strings_bg.xtb" />
85 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" /> 84 <file lang="ca" path="translations/android_chrome_strings_ca.xtb" />
86 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" /> 85 <file lang="cs" path="translations/android_chrome_strings_cs.xtb" />
87 <file lang="da" path="translations/android_chrome_strings_da.xtb" /> 86 <file lang="da" path="translations/android_chrome_strings_da.xtb" />
88 <file lang="de" path="translations/android_chrome_strings_de.xtb" /> 87 <file lang="de" path="translations/android_chrome_strings_de.xtb" />
89 <file lang="el" path="translations/android_chrome_strings_el.xtb" /> 88 <file lang="el" path="translations/android_chrome_strings_el.xtb" />
(...skipping 2602 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 Tap this button for quick access to your tabs. 2691 Tap this button for quick access to your tabs.
2693 </message> 2692 </message>
2694 2693
2695 <!-- Item Chooser UI strings --> 2694 <!-- Item Chooser UI strings -->
2696 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2695 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2697 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2696 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2698 </message> 2697 </message>
2699 </messages> 2698 </messages>
2700 </release> 2699 </release>
2701 </grit> 2700 </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