| # Copyright 2015 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| # |
| # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| # .json file, with the following exceptions: |
| # * all keys must be quoted (use single quotes, please); |
| # * comments are allowed, using '#' syntax; and |
| # * trailing commas are allowed. |
| # |
| # Specifies which grd files should be translated and into which languages they |
| # should be translated. Used by the internal translation process. |
| { |
| "desktop_grds": { |
| "languages": [ |
| "af", "am", "ar", "as", "az", "be", "bg", "bn", "bs", "ca", "cs", "da", |
| "de", "el", "en-GB", "es", "es-419", "et", "eu", "fa", "fi", "fil", "fr", |
| "fr-CA", "gl", "gu", "hi", "hr", "hu", "hy", "id", "is", "it", "iw", "ja", |
| "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", "mn", |
| "mr", "ms", "my", "ne", "nl", "no", "or", "pa", "pl", "pt-BR", "pt-PT", |
| "ro", "ru", "si", "sk", "sl", "sq", "sr", "sr-Latn", "sv", "sw", "ta", |
| "te", "th", "tr", "uk", "ur", "uz", "vi", "zh-CN", "zh-HK", "zh-TW", "zu", |
| ], |
| "files": [ |
| "android_webview/java/strings/android_webview_strings.grd", |
| "android_webview/ui/aw_strings.grd", |
| "ash/ash_strings.grd", |
| "ash/shortcut_viewer/shortcut_viewer_strings.grd", |
| "chrome/android/features/vr/java/strings/android_chrome_vr_strings.grd", |
| "chrome/android/features/keyboard_accessory/internal/java/strings/android_keyboard_accessory_strings.grd", |
| "chrome/android/features/autofill_assistant/java/strings/android_chrome_autofill_assistant_strings.grd", |
| "chrome/android/features/start_surface/internal/java/strings/android_chrome_start_surface_strings.grd", |
| "chrome/android/features/tab_ui/java/strings/android_chrome_tab_ui_strings.grd", |
| "chrome/android/webapk/strings/android_webapk_strings.grd", |
| "chrome/app/chromium_strings.grd", |
| "chrome/app/generated_resources.grd", |
| "chrome/app/google_chrome_strings.grd", |
| "chrome/browser/resources/chromeos/accessibility/strings/accessibility_strings.grd", |
| "chrome/browser/touch_to_fill/android/internal/java/strings/android_touch_to_fill_strings.grd", |
| "chrome/browser/password_check/android/internal/java/strings/android_password_check_strings.grd", |
| "chrome/browser/ui/android/strings/android_chrome_strings.grd", |
| "chrome/credential_provider/gaiacp/gaia_resources.grd", |
| "chromeos/chromeos_strings.grd", |
| "chromeos/components/camera_app_ui/resources/strings/camera_strings.grd", |
| "components/autofill/android/java/strings/autofill_strings.grd", |
| "components/browser_ui/strings/android/browser_ui_strings.grd", |
| "components/components_chromium_strings.grd", |
| "components/components_google_chrome_strings.grd", |
| "components/components_strings.grd", |
| "components/embedder_support/android/java/strings/web_contents_delegate_android_strings.grd", |
| "components/javascript_dialogs/android/javascript_dialogs_android_strings.grd", |
| "components/media_router/browser/android/java/strings/android_chrome_media_router_strings.grd", |
| "components/permissions/android/permissions_android_strings.grd", |
| "components/webapps/browser/android/android_webapps_strings.grd", |
| "content/public/android/java/strings/android_content_strings.grd", |
| "device/bluetooth/bluetooth_strings.grd", |
| "device/fido/fido_strings.grd", |
| "extensions/strings/extensions_strings.grd", |
| "ios/chrome/app/strings/ios_chromium_strings.grd", |
| "ios/chrome/app/strings/ios_google_chrome_strings.grd", |
| "ios/chrome/app/strings/ios_strings.grd", |
| "ios/chrome/credential_provider_extension/strings/ios_credential_provider_extension_strings.grd", |
| "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_chromium_strings.grd", |
| "ios/chrome/content_widget_extension/strings/ios_content_widget_extension_google_chrome_strings.grd", |
| "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_strings.grd", |
| "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_chromium_strings.grd", |
| "ios/chrome/search_widget_extension/strings/ios_search_widget_extension_google_chrome_strings.grd", |
| "ios/chrome/share_extension/strings/ios_share_extension_strings.grd", |
| "ios/chrome/widget_kit_extension/strings/ios_widget_kit_extension_strings.grd", |
| "remoting/resources/remoting_strings.grd", |
| "services/services_strings.grd", |
| "third_party/libaddressinput/chromium/address_input_strings.grd", |
| "third_party/blink/public/strings/blink_strings.grd", |
| "ui/accessibility/extensions/strings/accessibility_extensions_strings.grd", |
| "ui/android/java/strings/android_ui_strings.grd", |
| "ui/chromeos/ui_chromeos_strings.grd", |
| "ui/strings/ui_strings.grd", |
| "weblayer/browser/java/weblayer_strings.grd", |
| ], |
| }, |
| # The policy_templates are translated only into a subset of the languages. |
| "policy_templates_grds": { |
| "languages": [ |
| "de", "es", "es-419", "fr", "id", "it", "ja", "ko", "nl", "pt-BR", "ru", |
| "th", "tr", "uk", "vi", "zh-CN", "zh-TW", |
| ], |
| "files": [ |
| "components/policy/resources/policy_templates.grd", |
| ], |
| }, |
| # Grd files that contain <message> or <translations> elements, but that |
| # shouldn't be translated as part of the normal translation process. Each |
| # entry needs an explanation for why it shouldn't be translated. |
| "untranslated_grds": { |
| "chrome/app/resources/locale_settings.grd": "Not UI strings; localized separately", |
| "chrome/app/resources/locale_settings_chromiumos.grd": "Not UI strings; localized separately", |
| "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings; localized separately", |
| "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized separately", |
| "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized separately", |
| "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized separately", |
| "chrome/test/data/chrome_test_resources.grd": "Test data", |
| "chromecast/app/resources/chromecast_settings.grd": "Not UI strings; localized separately", |
| "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": "Separate release process", |
| "components/components_locale_settings.grd": "Not UI strings; localized separately", |
| "components/omnibox/resources/omnibox_resources.grd": "Not UI strings; localized separately", |
| "tools/grit/grit/testdata/allowlist_resources.grd": "Test data", |
| "tools/grit/grit/testdata/allowlist_strings.grd": "Test data", |
| "tools/grit/grit/testdata/buildinfo.grd": "Test data", |
| "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", |
| "tools/grit/grit/testdata/substitute.grd": "Test data", |
| "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", |
| "tools/grit/grit/testdata/substitute_tmpl.grd": "Test data", |
| "tools/translation/testdata/not_translated.grd": "Test data", |
| "tools/translation/testdata/test.grd": "Test data", |
| "tools/translation/testdata/unlisted.grd": "Test data", |
| "ui/base/test/ui_base_test_resources.grd": "Test data", |
| "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately", |
| "ui/views/examples/views_examples_resources.grd": "Test data", |
| }, |
| # Internal grds that contain parts not available publicly and thus should |
| # not be checked by translation script. |
| "internal_grds": [ |
| # Test grd that contains a part file that doesn't exist. |
| "tools/translation/testdata/internal.grd", |
| ], |
| } |