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

Side by Side Diff: remoting/remoting_locales.gni

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, 3 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales" 5 webapp_locale_dir = "$root_gen_dir/remoting/webapp/_locales"
6 6
7 # See also remoting_locales_with_underscores below. 7 # See also remoting_locales_with_underscores below.
8 remoting_locales = [ 8 remoting_locales = [
9 "am", 9 "am",
10 "ar", 10 "ar",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "sl", 141 "sl",
142 "sr", 142 "sr",
143 "sv", 143 "sv",
144 "sw", 144 "sw",
145 "th", 145 "th",
146 "tl", 146 "tl",
147 "tr", 147 "tr",
148 "uk", 148 "uk",
149 "vi", 149 "vi",
150 "zh-rCN", 150 "zh-rCN",
151 "zh", 151 "zh-rTW",
152 ] 152 ]
153 153
154 # The list of .json files generated by remoting_strings.grd. 154 # The list of .json files generated by remoting_strings.grd.
155 remoting_webapp_locale_files = 155 remoting_webapp_locale_files =
156 process_file_template( 156 process_file_template(
157 messages_locales, 157 messages_locales,
158 [ "remoting/webapp/_locales/{{source_name_part}}/messages.json" ]) 158 [ "remoting/webapp/_locales/{{source_name_part}}/messages.json" ])
OLDNEW
« no previous file with comments | « content/public/android/java/strings/android_content_strings.grd ('k') | remoting/resources/remoting_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698