/external/chromium/chrome/common/extensions/docs/ |
i18n.html | 367 named <code>_locales/<em>localeCode</em></code>, 380 <img src="images/i18n-hierarchy.gif" alt="In the extension directory: manifest.json, *.html, *.js, _locales directory. In the _locales directory: en, es, and ko directories, each with a messages.json file." width="385" height="77"> 407 <img src="images/i18n-after-1.gif" alt="In the manifest.json file, "Hello World" has been changed to "__MSG_extName__", and a new "default_locale" item has the value "en". In the JavaScript file, "Hello World" has been changed to chrome.i18n.getMessage("extName"). A new file named _locales/en/messages.json defines "extName"." width="782" height="228"> 411 If an extension has a <code>_locales</code> directory, 490 and put the copy into a new directory under <code>_locales</code>. 493 under <code>_locales/es</code>. 498 <img src="images/i18n-after-2.gif" alt="This looks the same as the previous figure, but with a new file at _locales/es/messages.json that contains a Spanish translation of the messages." width="782" height="358"> 659 <code>_locales/en_GB/messages.json</code>. 676 and neither <code>_locales/en_GB/messages.json</code [all...] |
manifest.html | 424 Specifies the subdirectory of <code>_locales</code> 427 that have a <code>_locales</code> directory; 429 that have no <code>_locales</code> directory. [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
webstore_private.json | 103 "description": "The name of the locale used for generating localizedName. This should be the name of one of the directories in the _locales folder of the extension, or the default_locale setting from the manifest."
|
/external/chromium/chrome/common/extensions/ |
extension_constants.cc | 329 "No valid locale name could be found in _locales directory."; 331 "Default locale was specified, but _locales subtree is missing.";
|
extension_file_util.cc | 403 // default_locale and _locales have to be both present or both missing. 408 // If both default locale and _locales folder are empty, skip verification. 421 // Treat all folders under _locales as valid locales.
|
extension_unpacker.cc | 123 // Not all folders under _locales have to be valid locales.
|
extension.cc | 237 FILE_PATH_LITERAL("_locales"); [all...] |
/external/chromium_org/remoting/webapp/ |
build-webapp.py | 81 with their directory structure from the _locales directory down. 125 destination_locales = os.path.join(destination, "_locales")
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
samples_data_source.py | 91 locales_path = path + '/_locales/'
|
/external/chromium/chrome/common/extensions/docs/static/ |
manifest.html | 84 Specifies the subdirectory of <code>_locales</code> 87 that have a <code>_locales</code> directory; 89 that have no <code>_locales</code> directory.
|
/external/chromium/chrome/common/extensions/docs/images/intermediate/ |
i18n-strings.graffle | 163 \f0\b\fs24 \cf0 _locales/\cf2 es\cf0 /messages.json}</string> 277 \f0\b\fs24 \cf0 _locales/\cf2 en_GB\cf0 /messages.json}</string> 504 \f0\b\fs24 \cf0 _locales/\cf2 en\cf0 /messages.json}</string> [all...] |
i18n-hierarchy.graffle | 460 _locales}</string> [all...] |
i18n-after.graffle | 769 _locales}</string> [all...] |
/external/chromium_org/chrome/utility/extensions/ |
unpacker.cc | 144 // Not all folders under _locales have to be valid locales.
|
/external/chromium_org/extensions/common/ |
manifest_constants.cc | 649 "No valid locale name could be found in _locales directory."; 651 "Default locale was specified, but _locales subtree is missing.";
|
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 493 en_messages_path = os.path.join(extension_dir_path, '_locales', locale,
|
/external/chromium/chrome/browser/extensions/ |
extension_service_unittest.cc | [all...] |
/external/chromium_org/remoting/ |
remoting.gyp | 47 'webapp_locale_dir': '<(SHARED_INTERMEDIATE_DIR)/remoting/webapp/_locales', [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_service_unittest.cc | [all...] |