OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_locales
(Results
1 - 25
of
45
) sorted by null
1
2
/external/chromium/chrome/common/extensions/docs/examples/extensions/
gmail.zip
news_i18n.zip
calendar.zip
proxy_configuration.zip
news.zip
/external/chromium/chrome/common/extensions/docs/examples/api/i18n/
getMessage.zip
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
default_locale.html
4
Specifies the subdirectory of <code>
_locales
</code>
7
that have a <code>
_locales
</code> directory;
9
that have no <code>
_locales
</code> directory.
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/
basic.zip
/external/chromium_org/chrome/browser/extensions/api/i18n/
i18n_apitest.cc
35
.AppendASCII("
_locales
"),
36
extension_dir.path().AppendASCII("
_locales
"),
57
extension_dir.path().AppendASCII("
_locales
/en/messages.json"));
/external/chromium/chrome/common/extensions/
extension_l10n_util.h
70
// 1. Do nothing if
_locales
directory is missing (not an error).
72
// 3. Enumerate all subdirectories of
_locales
directory.
94
// |locales_path| is extension_id/
_locales
95
// |locale_path| is extension_id/
_locales
/xx
extension_unpacker.h
68
// Parse all
_locales
/*/messages.json files inside the extension.
96
// of
_locales
/locale, without messages.json base part.
extension_unpacker_unittest.cc
68
std::string("*
_locales
?en_US?messages.json: Line: 2, column: 3,"
90
std::string("*
_locales
?en_US?messages.json")));
/external/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.cc
55
// default_locale and
_locales
have to be both present or both missing.
61
// If both default locale and
_locales
folder are empty, skip verification.
74
// Treat all folders under
_locales
as valid locales.
111
// Required to validate
_locales
directory; see Validate.
/external/chromium/chrome/common/extensions/docs/
samples.json
258
"
_locales
/en_US/messages.json",
259
"
_locales
/es/messages.json",
260
"
_locales
/sr/messages.json",
[
all
...]
samples.html
[
all
...]
/external/chromium_org/remoting/resources/
remoting_strings.grd
52
<output filename="remoting/webapp/
_locales
/ar/messages.json" lang="ar" type="chrome_messages_json"/>
53
<output filename="remoting/webapp/
_locales
/bg/messages.json" lang="bg" type="chrome_messages_json"/>
54
<output filename="remoting/webapp/
_locales
/ca/messages.json" lang="ca" type="chrome_messages_json"/>
55
<output filename="remoting/webapp/
_locales
/cs/messages.json" lang="cs" type="chrome_messages_json"/>
56
<output filename="remoting/webapp/
_locales
/da/messages.json" lang="da" type="chrome_messages_json"/>
57
<output filename="remoting/webapp/
_locales
/de/messages.json" lang="de" type="chrome_messages_json"/>
58
<output filename="remoting/webapp/
_locales
/el/messages.json" lang="el" type="chrome_messages_json"/>
59
<output filename="remoting/webapp/
_locales
/en/messages.json" lang="en" type="chrome_messages_json"/>
60
<output filename="remoting/webapp/
_locales
/en_GB/messages.json" lang="en-GB" type="chrome_messages_json"/>
61
<output filename="remoting/webapp/
_locales
/es/messages.json" lang="es" type="chrome_messages_json"/
[
all
...]
/external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker_unittest.cc
168
// Check that there is no
_locales
folder.
175
// Check that there still is no
_locales
folder.
190
// Set timestamp on
_locales
/en_US/messages.json into the past.
205
// Check that there is newer
_locales
/en_US/messages.json file.
/external/chromium_org/chrome/common/extensions/
extension_l10n_util.h
78
// 1. Do nothing if
_locales
directory is missing (not an error).
80
// 3. Enumerate all subdirectories of
_locales
directory.
102
// |locales_path| is extension_id/
_locales
103
// |locale_path| is extension_id/
_locales
/xx
/external/chromium_org/extensions/common/
constants.cc
16
FILE_PATH_LITERAL("
_locales
");
/external/chromium_org/chrome/browser/extensions/
sandboxed_unpacker_unittest.cc
112
// Check that there is no
_locales
folder.
120
// Check that there is
_locales
folder.
/external/chromium_org/chrome/utility/extensions/
unpacker.h
60
// Parse all
_locales
/*/messages.json files inside the extension.
99
// of
_locales
/locale, without messages.json base part.
unpacker_unittest.cc
85
ASCIIToUTF16("*
_locales
?en_US?messages.json: Line: 2, column: 11,"
108
ASCIIToUTF16("*
_locales
?en_US?messages.json")));
/external/chromium/chrome/common/extensions/docs/static/
i18n.html
24
named <code>
_locales
/<em>localeCode</em></code>,
38
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.'
69
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".'
74
If an extension has a <code>
_locales
</code> directory,
154
and put the copy into a new directory under <code>
_locales
</code>.
157
under <code>
_locales
/es</code>.
163
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.'
329
<code>
_locales
/en_GB/messages.json</code>.
346
and neither <code>
_locales
/en_GB/messages.json</code
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/templates/intros/
i18n.html
12
named <code>
_locales
/<em>localeCode</em></code>,
26
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.'
57
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".'
62
If an extension has a <code>
_locales
</code> directory,
142
and put the copy into a new directory under <code>
_locales
</code>.
145
under <code>
_locales
/es</code>.
151
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.'
308
<code>
_locales
/en_GB/messages.json</code>.
325
and neither <code>
_locales
/en_GB/messages.json</code
[
all
...]
/external/chromium_org/remoting/tools/
json_to_grd.py
55
os.path.join(input_dir, '
_locales
/en', 'messages.json'))
86
translations_dir = os.path.join(input_dir, '
_locales
.official')
172
'remoting/webapp/
_locales
/' + lang + '/messages.json')
Completed in 659 milliseconds
1
2