initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
29
libs/wxWidgets-3.3.1/misc/languages/data/mkdatabase.sql
Normal file
29
libs/wxWidgets-3.3.1/misc/languages/data/mkdatabase.sql
Normal file
@@ -0,0 +1,29 @@
|
||||
.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
|
||||
|
||||
.print Import likely subtags map
|
||||
.read temp/uni_loadlikely.sql
|
||||
|
||||
.print Import matching subtags map
|
||||
.read temp/uni_loadmatching.sql
|
||||
|
||||
.print Import region groups for main languages map
|
||||
.read temp/uni_loadregiongroups.sql
|
||||
|
||||
.read temp/wx_loadversion.sql
|
||||
|
||||
.print Generate new tables (langtabl, scripttabl, synonymtabl, likelytabl, matchingtabl)
|
||||
.read mkwxtables.sql
|
||||
Reference in New Issue
Block a user