OLD | NEW |
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 # Specifies which grd files should be translated and into which languages they | 5 # Specifies which grd files should be translated and into which languages they |
6 # should be translated. Used by the internal translation process. | 6 # should be translated. Used by the internal translation process. |
7 { | 7 { |
8 "desktop_grds": { | 8 "desktop_grds": { |
9 "languages": [ | 9 "languages": [ |
10 "am", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en-GB", "es", | 10 "am", "ar", "bg", "bn", "ca", "cs", "da", "de", "el", "en-GB", "es", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 # Grd files that contain <message> or <translations> elements, but that | 57 # Grd files that contain <message> or <translations> elements, but that |
58 # shouldn't be translated as part of the normal translation process. Each | 58 # shouldn't be translated as part of the normal translation process. Each |
59 # entry needs an explanation for why it shouldn't be translated. | 59 # entry needs an explanation for why it shouldn't be translated. |
60 "untranslated_grds": { | 60 "untranslated_grds": { |
61 "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separ
ately", | 61 "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separ
ately", |
62 "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; loca
lized separately", | 62 "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; loca
lized separately", |
63 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings;
localized separately", | 63 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings;
localized separately", |
64 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", | 64 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", |
65 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", | 65 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", |
66 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", | 66 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", |
67 "chrome/app/settings_strings.grd": "Work in progress; to be localized later
in development (late 2015)", | |
68 "chrome/app/settings_chromium_strings.grd": "Work in progress; to be localiz
ed later in development (late 2015)", | |
69 "chrome/app/settings_google_chrome_strings.grd": "Work in progress; to be lo
calized later in development (late 2015)", | |
70 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", | 67 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", |
71 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", | 68 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", |
72 "tools/grit/grit/testdata/buildinfo.grd": "Test data", | 69 "tools/grit/grit/testdata/buildinfo.grd": "Test data", |
73 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", | 70 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", |
74 "tools/grit/grit/testdata/substitute.grd": "Test data", | 71 "tools/grit/grit/testdata/substitute.grd": "Test data", |
75 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", | 72 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", |
76 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", | 73 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", |
77 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", | 74 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", |
78 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, | 75 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, |
79 }, | 76 }, |
80 } | 77 } |
OLD | NEW |