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

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

Issue 1679283002: Componentize Chrome terms of service, Accept-Languages & default encoding. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase && use a qualified include for the new file Created 4 years, 10 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
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings; localized separately", 62 "chrome/app/resources/locale_settings_google_chromeos.grd": "Not UI strings; localized separately",
63 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized separately", 63 "chrome/app/resources/locale_settings_linux.grd": "Not UI strings; localized separately",
64 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s eparately", 64 "chrome/app/resources/locale_settings_mac.grd": "Not UI strings; localized s eparately",
65 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s eparately", 65 "chrome/app/resources/locale_settings_win.grd": "Not UI strings; localized s eparately",
66 "chrome/app/settings_strings.grd": "Work in progress; to be localized later in development (late 2015)", 66 "chrome/app/settings_strings.grd": "Work in progress; to be localized later in development (late 2015)",
67 "chrome/app/settings_chromium_strings.grd": "Work in progress; to be localiz ed later in development (late 2015)", 67 "chrome/app/settings_chromium_strings.grd": "Work in progress; to be localiz ed later in development (late 2015)",
68 "chrome/app/settings_google_chrome_strings.grd": "Work in progress; to be lo calized later in development (late 2015)", 68 "chrome/app/settings_google_chrome_strings.grd": "Work in progress; to be lo calized later in development (late 2015)",
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/service/win/service_resources.grd": "Separate release process", 70 "cloud_print/service/win/service_resources.grd": "Separate release process",
71 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": "Separate release process", 71 "cloud_print/virtual_driver/win/install/virtual_driver_setup_resources.grd": "Separate release process",
72 "components/components_locale_settings.grd": "Not UI strings; localized sepa rately",
72 "ios/chrome/app/strings/ios_locale_settings.grd": "Not UI strings; localized separately", 73 "ios/chrome/app/strings/ios_locale_settings.grd": "Not UI strings; localized separately",
73 "tools/grit/grit/testdata/buildinfo.grd": "Test data", 74 "tools/grit/grit/testdata/buildinfo.grd": "Test data",
74 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data", 75 "tools/grit/grit/testdata/chrome/app/generated_resources.grd": "Test data",
75 "tools/grit/grit/testdata/substitute.grd": "Test data", 76 "tools/grit/grit/testdata/substitute.grd": "Test data",
76 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data", 77 "tools/grit/grit/testdata/substitute_no_ids.grd": "Test data",
77 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data", 78 "tools/grit/grit/testdata/whitelist_resources.grd": "Test data",
78 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data", 79 "tools/grit/grit/testdata/whitelist_strings.grd": "Test data",
79 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" , 80 "ui/strings/app_locale_settings.grd": "Not UI strings; localized separately" ,
80 }, 81 },
81 } 82 }
OLDNEW
« no previous file with comments | « tools/gritsettings/resource_ids ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698