You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
980 B
62 lines
980 B
define({ root: |
|
//begin v1.x content |
|
{ |
|
ar: "Arabic", |
|
cs: "Czech", |
|
de: "German", |
|
el: "Greek", |
|
en: "English", |
|
'en-au': "English (Australia)", |
|
'en-us-hawaii': "English (US-Hawaii)", |
|
'en-us-new_york-brooklyn': "English (Brooklynese)", |
|
'en-us-texas': "English (Texas)", |
|
es: "Spanish", |
|
fa: "Farsi", |
|
fr: "French", |
|
he: "Hebrew", |
|
hi: "Hindi", |
|
it: "Italian", |
|
ja: "Japanese", |
|
ko: "Korean", |
|
pl: "Polish", |
|
pt: "Portugese", |
|
ru: "Russian", |
|
sw: "Kiswahili", |
|
th: "Thai", |
|
tr: "Turkish", |
|
yi: "Yiddish", |
|
'zh-cn': "Chinese (Simplified)", |
|
'zh-tw': "Chinese (Traditional)", |
|
hello: "Hello", |
|
dojo: "Dojo", |
|
hello_dojo: "${hello}, ${dojo}!", |
|
file_not_found:"The file you requested, ${0}, is not found." |
|
} |
|
//end v1.x content |
|
, |
|
"zh-tw":1, |
|
"zh-cn":1, |
|
"yi":1, |
|
"tr":1, |
|
"th":1, |
|
"sw":1, |
|
"ru":1, |
|
"pt":1, |
|
"pl":1, |
|
"ko":1, |
|
"ja":1, |
|
"it":1, |
|
"hi":1, |
|
"he":1, |
|
"fr":1, |
|
"fa":1, |
|
"es":1, |
|
"en-us-texas":1, |
|
"en-us-new_york-brooklyn":1, |
|
"en-us-hawaii":1, |
|
"en-au":1, |
|
"el":1, |
|
"de":1, |
|
"cs":1, |
|
"ar":1 |
|
});
|
|
|