Fix some issues and streamline regeneration process: - A few glitches (like duplicate language symbols, wrong Windows language ids etc) were fixed. - Scripts were added to allow to regenerate the list of supported locales from the list of known Windows locales. - Version info when language symbols became available was added to the documentation of the language symbol enum. - Synonyms are no longer hard-coded in the script genlang.py. See #23453. Closes #23437.
20 lines
496 B
SQL
20 lines
496 B
SQL
.print Initialize database
|
|
.print Import territory codes
|
|
.read temp/uni_loadterritorycodes.sql
|
|
|
|
.print Import locales supported by Windows
|
|
.read temp/win_loadlocaletable.sql
|
|
|
|
.print Import wxWidgets language list
|
|
.read temp/wx_loadlangtabl.sql
|
|
|
|
.print Import wxWidgets language synonyms
|
|
.read temp/wx_loadsynonymtabl.sql
|
|
|
|
.print Import script map
|
|
.read temp/uni_loadscriptmap.sql
|
|
|
|
.read temp/wx_loadversion.sql
|
|
|
|
.print Generate new tables (langtabl, scripttabl, synonymtabl)
|
|
.read mkwxtables.sql
|