Added Serbian Cyrillic, Serbian Latin and Croatian, thanks Zsolt!
This commit is contained in:
parent
7a04f7d98e
commit
eb35dcac5f
16 changed files with 15333 additions and 3175 deletions
6
install_minimal/upgrades/airtime-2.5.2/data/upgrade.sql
Normal file
6
install_minimal/upgrades/airtime-2.5.2/data/upgrade.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
DELETE FROM cc_pref WHERE keystr = 'system_version';
|
||||
INSERT INTO cc_pref (keystr, valstr) VALUES ('system_version', '2.5.2');
|
||||
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('hr_HR', 'Hrvatski');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('sr_RS', 'Српски (Ћирилица)');
|
||||
INSERT INTO cc_locale (locale_code, locale_lang) VALUES ('sr_RS@latin', 'Srpski (Latinica)');
|
Loading…
Add table
Add a link
Reference in a new issue