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

Unified Diff: blimp/client/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: blimp/client/BUILD.gn
diff --git a/blimp/client/BUILD.gn b/blimp/client/BUILD.gn
index 9f59d259cd4c06ba2819db554f6804d5f2056d5c..1bc9217a2f9963e7910ac67aef8fc19d18bc4efd 100644
--- a/blimp/client/BUILD.gn
+++ b/blimp/client/BUILD.gn
@@ -306,7 +306,7 @@ if (is_android) {
"values-uk/android_blimp_strings.xml",
"values-vi/android_blimp_strings.xml",
"values-zh-rCN/android_blimp_strings.xml",
- "values-zh-rTW/android_blimp_strings.xml",
+ "values-zh/android_blimp_strings.xml",
]
}

Powered by Google App Engine
This is Rietveld 408576698