Commit 72891cdfc7066760f2bafa8cfc9fac61e6cd6117
1 parent
a0463ddd
no message
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
anubis_dev/library/locale/L3.anubis
| ... | ... | @@ -424,7 +424,7 @@ define Bool |
| 424 | 424 | String old_name, |
| 425 | 425 | String new_name |
| 426 | 426 | )= |
| 427 | - with current_date = (Int32)now, | |
| 427 | + with current_date = (Int32)now, | |
| 428 | 428 | if sql_query(lang_db, "UPDATE symbol SET name = '" + new_name + "', lastUpdate = " + current_date + " WHERE name = '" + old_name + "'") is |
| 429 | 429 | error(n) then print("rename_symbol "+new_name+" ERROR "+n+"\n");false |
| 430 | 430 | else | ... | ... |
anubis_dev/library/locale/L3LanguageInfo.anubis
| ... | ... | @@ -89,7 +89,8 @@ public define List(L3LanguageInfo) |
| 89 | 89 | lang_info([iso639_1("ru"),iso639_2("rus")],"Russian", "русский язык", "", datef_ymd, datee_ymd, dhour_format), |
| 90 | 90 | lang_info([iso639_1("sr"),iso639_2("srp"),iso639_2("scc")],"Serbian", "Српски", "", datef_dmy, datee_dmy, dhour_format), |
| 91 | 91 | lang_info([iso639_1("hr"),iso639_2("hrv"),iso639_2("scr")],"Croatian", "Hrvatski", "", datef_dmy, datee_dmy, dhour_format), |
| 92 | - lang_info([iso639_1("en"),iso639_2("eng")],"English", "english", "", datef_dmy, datee_dmy, dhour_format), lang_info([iso639_1("es"),iso639_2("spa")],"Spanish; Castilian", "español o castellano", "", datef_ymd, datee_ymd, dhour_format), | |
| 92 | + lang_info([iso639_1("en"),iso639_2("eng")],"English", "english", "", datef_dmy, datee_dmy, dhour_format), | |
| 93 | + lang_info([iso639_1("es"),iso639_2("spa")],"Spanish; Castilian", "español o castellano", "", datef_ymd, datee_ymd, dhour_format), | |
| 93 | 94 | lang_info([iso639_1("th"),iso639_2("tha")],"Thai", "ภาษาไทย", "", datef_ymd, datee_ymd, dhour_format), |
| 94 | 95 | lang_info([iso639_1("bo"),iso639_2("tib"),iso639_2("bod")],"Tibetan", "བོད་སྐད་", "", datef_ymd, datee_ymd, dhour_format), |
| 95 | 96 | lang_info([iso639_1("uk"),iso639_2("ukr")],"Ukrainian", "українська мова", "", datef_ymd, datee_ymd, dhour_format), | ... | ... |