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

Unified Diff: android_webview/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
« no previous file with comments | « no previous file | android_webview/java/strings/android_webview_strings.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/BUILD.gn
diff --git a/android_webview/BUILD.gn b/android_webview/BUILD.gn
index 6285ace82d3526e97c1e6ad21491900511a56254..404149be27c647024193e19b0a2e5092f392a1a7 100644
--- a/android_webview/BUILD.gn
+++ b/android_webview/BUILD.gn
@@ -353,7 +353,7 @@ grit("generate_components_strings") {
"java/res/values-uk/components_strings.xml",
"java/res/values-vi/components_strings.xml",
"java/res/values-zh-rCN/components_strings.xml",
- "java/res/values-zh-rTW/components_strings.xml",
+ "java/res/values-zh/components_strings.xml",
"java/res/values/components_strings.xml",
]
}
@@ -734,7 +734,7 @@ java_strings_grd("strings_grd") {
"values-uk/android_webview_strings.xml",
"values-vi/android_webview_strings.xml",
"values-zh-rCN/android_webview_strings.xml",
- "values-zh-rTW/android_webview_strings.xml",
+ "values-zh/android_webview_strings.xml",
"values/android_webview_strings.xml",
]
}
« no previous file with comments | « no previous file | android_webview/java/strings/android_webview_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698