-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfill_lang_codes.sql
12 lines (11 loc) · 1.12 KB
/
fill_lang_codes.sql
1
2
3
4
5
6
7
8
9
10
11
12
delete from lang_codes;
insert into lang_codes (code) Values
('ab'),('aa'),('af'),('sq'),('am'),('ar'),('an'),('hy'),('as'),('ay'),
('az'),('ba'),('eu'),('bn'),('dz'),('bh'),('br'),('bg'),('my'),('be'),('km'),('ca'),('zh'),('co'),('hr'),
('cs'),('da'),('nl'),('en'),('eo'),('et'),('fo'),('fa'),('fj'),('fi'),('fr'),('fy'),('gl'),('gd'),('gv'),('ka'),('de'),('el'),('kl'),
('gn'),('gu'),('ht'),('ha'),('he'),('iw'),('hi'),('hu'),('is'),('io'),('id'),('in'),('ia'),('ie'),('iu'),('ik'),('ga'),('it'),('ja'),
('jv'),('kn'),('ks'),('kk'),('rw'),('ky'),('rn'),('ko'),('ku'),('lo'),('la'),('lv'),('li'),('ln'),('lt'),('mk'),('mg'),('ms'),('ml'),
('mt'),('mi'),('mr'),('mo'),('mn'),('na'),('ne'),('no'),('oc'),('or'),('om'),('ps'),('pl'),('pt'),('pa'),('qu'),('rm'),('ro'),('ru'),
('sm'),('sg'),('sa'),('sr'),('sr-latn'),('sr-cyrl'),('sr-lat'),('sr-cyr'),('sh'),('st'),('tn'),('sn'),('ii'),('sd'),('si'),('ss'),('sk'),('sl'),('so'),('es'),('su'),('sw'),('sv'),
('tl'),('tg'),('ta'),('tt'),('te'),('th'),('bo'),('ti'),('to'),('ts'),('tr'),('tk'),('tw'),('ug'),('uk'),('ur'),('uz'),('vi'),('vo'),
('wa'),('cy'),('wo'),('xh'),('yi'),('ji'),('yo'),('zu');