| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 # shouldn't be translated as part of the normal translation process. Each | 60 # shouldn't be translated as part of the normal translation process. Each |
| 61 # entry needs an explanation for why it shouldn't be translated. | 61 # entry needs an explanation for why it shouldn't be translated. |
| 62 "untranslated_grds": { | 62 "untranslated_grds": { |
| 63 "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separ
ately", | 63 "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separ
ately", |
| 64 "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; loca
lized separately", | 64 "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; loca
lized separately", |
| 65 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings;
localized separately", | 65 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings;
localized separately", |
| 66 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", | 66 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized
separately", |
| 67 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", | 67 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s
eparately", |
| 68 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", | 68 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s
eparately", |
| 69 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", | 69 "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localiz
ed separately", |
| 70 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd":
"Separate release process", |
| 70 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", | 71 "components/components_locale_settings.grd": "Not UI strings; localized sepa
rately", |
| 71 "tools/grit/grit/testdata/buildinfo.grd": "Test data", | 72 "tools/grit/grit/testdata/buildinfo.grd": "Test data", |
| 72 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", | 73 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", |
| 73 "tools/grit/grit/testdata/substitute.grd": "Test data", | 74 "tools/grit/grit/testdata/substitute.grd": "Test data", |
| 74 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", | 75 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", |
| 75 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", | 76 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", |
| 76 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", | 77 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", |
| 77 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, | 78 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately"
, |
| 78 }, | 79 }, |
| 79 } | 80 } |
| OLD | NEW |