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

Unified 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: rebase Created 4 years, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 66047736dab79f852dc5eadef82ca969698d2efb..20b6e3436a0f526b72b69411a7cbadb5c838ade6 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -75,7 +75,8 @@ CHAR-LIMIT guidelines:
<output filename="values-uk/android_chrome_strings.xml" lang="uk" type="android" />
<output filename="values-vi/android_chrome_strings.xml" lang="vi" type="android" />
<output filename="values-zh-rCN/android_chrome_strings.xml" lang="zh-CN" type="android" />
- <output filename="values-zh-rTW/android_chrome_strings.xml" lang="zh-TW" type="android" />
+ <!-- Use zh instead of zh-rTW so that Android will let zh-HK fall back to zh-TW. -->
+ <output filename="values-zh/android_chrome_strings.xml" lang="zh-TW" type="android" />
</outputs>
<translations>
<file lang="am" path="translations/android_chrome_strings_am.xtb" />
« 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