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

Unified Diff: chrome/android/BUILD.gn

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
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 52c207cc694369c6a963c0162b1ad4aa414369ed..d9d20cab35440a8b665ea1124bac216ede266b4c 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -111,7 +111,7 @@ java_strings_grd("chrome_strings_grd") {
"values-uk/android_chrome_strings.xml",
"values-vi/android_chrome_strings.xml",
"values-zh-rCN/android_chrome_strings.xml",
- "values-zh-rTW/android_chrome_strings.xml",
+ "values-zh/android_chrome_strings.xml",
]
}

Powered by Google App Engine
This is Rietveld 408576698