webgui/www/extras/yui-ext/examples/locale/languages.js
2007-07-05 04:23:55 +00:00

39 lines
1.1 KiB
JavaScript

/*
* 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']
];