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

Side by Side Diff: tools/gritsettings/translation_expectations.pyl

Issue 2886173002: Moves address_input_strings.grdp from chrome to third_party/libaddressinput (Closed)
Patch Set: Created 3 years, 7 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 # 10 #
11 # Specifies which grd files should be translated and into which languages they 11 # Specifies which grd files should be translated and into which languages they
12 # should be translated. Used by the internal translation process. 12 # should be translated. Used by the internal translation process.
13 { 13 {
14 "desktop_grds": { 14 "desktop_grds": {
15 "languages": [ 15 "languages": [
16 "am", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en-GB", "es", 16 "am", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en-GB", "es",
17 "es-419", "et", "fa", "fi", "fil", "fr", "gu", "hi", "hr", "hu", "id", 17 "es-419", "et", "fa", "fi", "fil", "fr", "gu", "hi", "hr", "hu", "id",
18 "it", "iw", "ja", "kn", "ko", "lt", "lv", "ml", "mr", "ms", "nl", "no", 18 "it", "iw", "ja", "kn", "ko", "lt", "lv", "ml", "mr", "ms", "nl", "no",
19 "pl", "pt-BR", "pt-PT", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta", 19 "pl", "pt-BR", "pt-PT", "ro", "ru", "sk", "sl", "sr", "sv", "sw", "ta",
20 "te", "th", "tr", "uk", "vi", "zh-CN", "zh-TW", 20 "te", "th", "tr", "uk", "vi", "zh-CN", "zh-TW",
21 ], 21 ],
22 "files": [ 22 "files": [
23 "android_webview/ui/aw_strings.grd", 23 "android_webview/ui/aw_strings.grd",
24 "ash/ash_strings.grd", 24 "ash/ash_strings.grd",
25 "chrome/app/address_input_strings.grd", 25 "third_party/libaddressinput/address_input_strings.grd",
sdefresne 2017/05/17 16:08:13 sort
Moe 2017/05/17 17:37:45 Done.
26 "chrome/app/chromium_strings.grd", 26 "chrome/app/chromium_strings.grd",
27 "chrome/app/generated_resources.grd", 27 "chrome/app/generated_resources.grd",
28 "chrome/app/google_chrome_strings.grd", 28 "chrome/app/google_chrome_strings.grd",
29 "chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd ", 29 "chrome/browser/resources/chromeos/chromevox/strings/chromevox_strings.grd ",
30 "chrome/browser/resources/chromeos/select_to_speak/strings/select_to_speak _strings.grd", 30 "chrome/browser/resources/chromeos/select_to_speak/strings/select_to_speak _strings.grd",
31 "components/components_chromium_strings.grd", 31 "components/components_chromium_strings.grd",
32 "components/components_google_chrome_strings.grd", 32 "components/components_google_chrome_strings.grd",
33 "components/components_strings.grd", 33 "components/components_strings.grd",
34 "components/policy/resources/policy_templates.grd", 34 "components/policy/resources/policy_templates.grd",
35 "content/app/strings/content_strings.grd", 35 "content/app/strings/content_strings.grd",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "tools/grit/grit/testdata/buildinfo.grd": "Test data", 78 "tools/grit/grit/testdata/buildinfo.grd": "Test data",
79 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", 79 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data",
80 "tools/grit/grit/testdata/substitute.grd": "Test data", 80 "tools/grit/grit/testdata/substitute.grd": "Test data",
81 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", 81 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data",
82 "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data", 82 "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data",
83 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", 83 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data",
84 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", 84 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data",
85 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" , 85 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" ,
86 }, 86 },
87 } 87 }
OLDNEW
« tools/gritsettings/resource_ids ('K') | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698