- Replaced color picker form control with a more robust version.
This commit is contained in:
parent
6fe068e42d
commit
6e0470771e
1193 changed files with 342 additions and 223 deletions
39
www/extras/extjs/examples/locale/languages.js
vendored
Normal file
39
www/extras/extjs/examples/locale/languages.js
vendored
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
/*
|
||||
* Ext JS Library 1.0.1
|
||||
* Copyright(c) 2006-2007, Ext JS, LLC.
|
||||
* licensing@extjs.com
|
||||
*
|
||||
* http://www.extjs.com/license
|
||||
*/
|
||||
|
||||
/* This file is automaticly generated by create_language_js.py */
|
||||
|
||||
// some data used in the examples
|
||||
Ext.namespace('Ext.exampledata');
|
||||
|
||||
// TODO: complete and sort the list
|
||||
Ext.exampledata.languages = [
|
||||
['hr', 'Croatian', 'utf-8'],
|
||||
['da', 'Danish', 'utf-8'],
|
||||
['nl', 'Dutch', 'ascii'],
|
||||
['en', 'English', 'ascii'],
|
||||
['fr_CA', 'France (Canadian)', 'UTF-8'],
|
||||
['de', 'German', 'ISO-8859-7'],
|
||||
['hu', 'Hungarian', 'utf-8'],
|
||||
['it', 'Italian', 'ascii'],
|
||||
['ja', 'Japanese', 'utf-8'],
|
||||
['lv', 'Latvian', 'utf-8'],
|
||||
['mk', 'Macedonia', 'utf-8'],
|
||||
['no', 'Norwegian', 'utf-8'],
|
||||
['pl', 'Polish', 'utf-8'],
|
||||
['pt_br', 'Portuguese/Brazil', 'ISO-8859-2'],
|
||||
['ro', 'Romanian', 'utf-8'],
|
||||
['ru', 'Russian', 'utf-8'],
|
||||
['zh_CN', 'Simplified Chinese', 'UTF-8'],
|
||||
['sk', 'Slovak', 'windows-1251'],
|
||||
['sp', 'Spanish/Latin American', 'utf-8'],
|
||||
['sv_se', 'Swedish', 'UTF-8'],
|
||||
['zh_TW', 'Traditional Chinese', 'UTF-8'],
|
||||
['tr', 'Turkish', 'utf-8'],
|
||||
['vn', 'Vietnamese', 'UTF-8']
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue