Skip to content

Commit

Permalink
rename zhtw to cht
Browse files Browse the repository at this point in the history
  • Loading branch information
copyliu committed Sep 25, 2022
1 parent e7940d9 commit 4c83d7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions script/cn/umi_ftr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28847,7 +28847,7 @@ return
if $Free3 == "pt" mov $Free3,"Português"
if $Free3 == "wh" mov $Free3,"Witch-Hunt"
if $Free3 == "cn" mov $Free3,"Chinese Simp."
if $Free3 == "zhtw" mov $Free3,"Chinese Trad." ; if we have zhhk, I think this must "Chinese Trad. (TW)" or something
if $Free3 == "cht" mov $Free3,"Chinese Trad." ; if we have zhhk, I think this must "Chinese Trad. (TW)" or something
lsp 268,":s;#FFFFFF`{p:8:{w:350:}{a:c:}{fit}" + $Free3 + "}",1280,226
lsp 380,":a/2,0,3;graphics\menu_en\config\config_left.png",1210,226
lsp 381,":a/2,0,3;graphics\menu_en\config\config_right.png",1640,226
Expand Down Expand Up @@ -32878,7 +32878,7 @@ if localisation == "en" mov %game_language,0 : mov $Free3,"English"
if localisation == "ru" mov %game_language,1 : mov $Free3,"Русская"
if localisation == "pt" mov %game_language,2 : mov $Free3,"Português"
if localisation == "cn" mov %game_language,3 : mov $Free3,"Chinese Simp."
if localisation == "zhtw" mov %game_language,4 : mov $Free3,"Chinese Trad."
if localisation == "cht" mov %game_language,4 : mov $Free3,"Chinese Trad."

getscriptnum %Free1
for %Free2 = 0 to %Free1-1
Expand Down Expand Up @@ -33087,7 +33087,7 @@ return
if $Free3 == "ru" mov $Free3,"Русская" mov %game_language,1
if $Free3 == "pt" mov $Free3,"Português" mov %game_language,2
if $Free3 == "cn" mov $Free3,"Chinese Simp." mov %game_language,3
if $Free3 == "zhtw" mov $Free3,"Chinese Simp." mov %game_language,4
if $Free3 == "cht" mov $Free3,"Chinese Simp." mov %game_language,4
lsp 273,":s;#FFFFFF`{p:8:{w:350:}{a:c:}{fit}" + $Free3 + "}",1280,%y

lsp 269,":a/2,0,3;graphics\menu_en\config\config_left.png",1210,%y
Expand Down Expand Up @@ -37936,7 +37936,7 @@ return
return

*r_grim_button_new
if localisation != "cn" && localisation != "zhtw" jumpf
if localisation != "cn" && localisation != "cht" jumpf
for %tmp = 1 to 14
mov ?grim[%tmp][grim_flg],1
next
Expand Down
8 changes: 4 additions & 4 deletions script/umi_ftr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28847,7 +28847,7 @@ return
if $Free3 == "pt" mov $Free3,"Português"
if $Free3 == "wh" mov $Free3,"Witch-Hunt"
if $Free3 == "cn" mov $Free3,"Chinese Simp."
if $Free3 == "zhtw" mov $Free3,"Chinese Trad." ; if we have zhhk, I think this must "Chinese Trad. (TW)" or something
if $Free3 == "cht" mov $Free3,"Chinese Trad."
lsp 268,":s;#FFFFFF`{p:8:{w:350:}{a:c:}{fit}" + $Free3 + "}",1280,226
lsp 380,":a/2,0,3;graphics\menu_en\config\config_left.png",1210,226
lsp 381,":a/2,0,3;graphics\menu_en\config\config_right.png",1640,226
Expand Down Expand Up @@ -32878,7 +32878,7 @@ if localisation == "en" mov %game_language,0 : mov $Free3,"English"
if localisation == "ru" mov %game_language,1 : mov $Free3,"Русская"
if localisation == "pt" mov %game_language,2 : mov $Free3,"Português"
if localisation == "cn" mov %game_language,3 : mov $Free3,"Chinese Simp."
if localisation == "zhtw" mov %game_language,4 : mov $Free3,"Chinese Trad."
if localisation == "cht" mov %game_language,4 : mov $Free3,"Chinese Trad."

getscriptnum %Free1
for %Free2 = 0 to %Free1-1
Expand Down Expand Up @@ -33087,7 +33087,7 @@ return
if $Free3 == "ru" mov $Free3,"Русская" mov %game_language,1
if $Free3 == "pt" mov $Free3,"Português" mov %game_language,2
if $Free3 == "cn" mov $Free3,"Chinese Simp." mov %game_language,3
if $Free3 == "zhtw" mov $Free3,"Chinese Trad." mov %game_language,4
if $Free3 == "cht" mov $Free3,"Chinese Trad." mov %game_language,4
lsp 273,":s;#FFFFFF`{p:8:{w:350:}{a:c:}{fit}" + $Free3 + "}",1280,%y

lsp 269,":a/2,0,3;graphics\menu_en\config\config_left.png",1210,%y
Expand Down Expand Up @@ -37936,7 +37936,7 @@ return
return

*r_grim_button_new
if localisation != "cn" && localisation != "zhtw" jumpf
if localisation != "cn" && localisation != "cht" jumpf
for %tmp = 1 to 14
mov ?grim[%tmp][grim_flg],1
next
Expand Down

0 comments on commit 4c83d7c

Please sign in to comment.