forked from KolibriOS/kolibrios
Most of language code fixes
This commit is contained in:
@@ -3,5 +3,5 @@ HELPERDIR = (tup.getconfig("HELPERDIR") == "") and "../../../.." or tup.getconfi
|
||||
tup.include(HELPERDIR .. "/use_fasm.lua")
|
||||
add_include(tup.getvariantdir())
|
||||
|
||||
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en" or tup.getconfig("LANG")) .. " > %o", {"lang.inc"})
|
||||
tup.rule("echo lang fix " .. ((tup.getconfig("LANG") == "") and "en_US" or tup.getconfig("LANG")) .. " > %o", {"lang.inc"})
|
||||
tup.rule({"thread.asm", extra_inputs = {"lang.inc"}}, FASM .. " %f %o " .. tup.getconfig("KPACK_CMD"), "thread")
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix en >lang.inc
|
||||
@echo lang fix en_US >lang.inc
|
||||
@fasm thread.asm thread
|
||||
@pause
|
||||
@pause
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix ru >lang.inc
|
||||
@echo lang fix ru_RU >lang.inc
|
||||
@fasm thread.asm thread
|
||||
@pause
|
||||
@pause
|
||||
|
||||
@@ -127,7 +127,7 @@ draw_window:
|
||||
|
||||
; DATA AREA
|
||||
|
||||
if lang eq ru
|
||||
if lang eq ru_RU
|
||||
text:
|
||||
db '<27>â ¯à®£à ¬¬ á®§¤ ¥â ¯®â®ª¨, § ¯ã᪠ï '
|
||||
db '®¤¨ ¨ â®â ¦¥ ª®¤ ¬®£® à §. <20> ¬ 㦮 '
|
||||
|
||||
Reference in New Issue
Block a user