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

Unified Diff: components/strings/BUILD.gn

Issue 2280143002: Revert "[Android]Use zh instead of zh-rTW as output folder of zh_TW translation" (Closed)
Patch Set: Revert change in AsyncInitializationActivity Created 4 years, 4 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 | « components/components_strings.grd ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/strings/BUILD.gn
diff --git a/components/strings/BUILD.gn b/components/strings/BUILD.gn
index 66d628735ca7a99614c3989c6fd8a158e31f73a1..fefb482030025fa73afdfe667ea99d4de50fb8c0 100644
--- a/components/strings/BUILD.gn
+++ b/components/strings/BUILD.gn
@@ -50,7 +50,7 @@ if (is_android) {
"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/components_strings.xml",
+ "java/res/values-zh-rTW/components_strings.xml",
"java/res/values/components_strings.xml",
]
}
@@ -159,7 +159,7 @@ if (is_android) {
"java/res/values-uk/components_locale_settings.xml",
"java/res/values-vi/components_locale_settings.xml",
"java/res/values-zh-rCN/components_locale_settings.xml",
- "java/res/values-zh/components_locale_settings.xml",
+ "java/res/values-zh-rTW/components_locale_settings.xml",
"java/res/values/components_locale_settings.xml",
]
}
« no previous file with comments | « components/components_strings.grd ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698