2 * jQuery Internationalization library
4 * Copyright (C) 2012 Santhosh Thottingal
6 * jquery.i18n is dual licensed GPLv2 or later and MIT. You don't have to do anything special to
7 * choose one license or the other and you don't have to notify anyone which license you are using.
8 * You are free to use UniversalLanguageSelector in commercial projects as long as the copyright
9 * header is left intact. See files GPL-LICENSE and MIT-LICENSE for details.
11 * @licence GNU General Public Licence 2.0 or later
12 * @licence MIT License
14 ( function ( $, undefined ) {
17 $.i18n = $.i18n || {};
18 $.extend( $.i18n.fallbacks, {
22 // Not so standard - als is supposed to be Tosk Albanian,
23 // but in Wikipedia it's used for a Germanic language.
33 'bat-smg': [ 'sgs', 'lt' ],
35 'be-x-old': [ 'be-tarask' ],
50 'de-formal': [ 'de' ],
57 'fiu-vro': [ 'vro', 'et' ],
63 gan: [ 'gan-hant', 'zh-hant', 'zh-hans' ],
64 'gan-hans': [ 'zh-hans' ],
65 'gan-hant': [ 'zh-hant', 'zh-hans' ],
73 ii: [ 'zh-cn', 'zh-hans' ],
78 kaa: [ 'kk-latn', 'kk-cyrl' ],
83 'kk-arab': [ 'kk-cyrl' ],
84 'kk-latn': [ 'kk-cyrl' ],
85 'kk-cn': [ 'kk-arab', 'kk-cyrl' ],
86 'kk-kz': [ 'kk-cyrl' ],
87 'kk-tr': [ 'kk-latn', 'kk-cyrl' ],
109 'map-bms': [ 'jv', 'id' ],
122 'nl-informal': [ 'nl' ],
136 'roa-rup': [ 'rup' ],
138 ruq: [ 'ruq-latn', 'ro' ],
139 'ruq-cyrl': [ 'mk' ],
140 'ruq-latn': [ 'ro' ],
154 tt: [ 'tt-cyrl', 'ru' ],
175 'zh-classical': [ 'lzh' ],
176 'zh-cn': [ 'zh-hans' ],
177 'zh-hant': [ 'zh-hans' ],
178 'zh-hk': [ 'zh-hant', 'zh-hans' ],
179 'zh-min-nan': [ 'nan' ],
180 'zh-mo': [ 'zh-hk', 'zh-hant', 'zh-hans' ],
181 'zh-my': [ 'zh-sg', 'zh-hans' ],
182 'zh-sg': [ 'zh-hans' ],
183 'zh-tw': [ 'zh-hant', 'zh-hans' ],