HKG: Change more to HKG

This commit is contained in:
Kenta420 2024-08-14 15:36:35 +07:00
parent e86e2c5f5c
commit f937ee434d
28 changed files with 2550 additions and 1 deletions

View file

@ -13,7 +13,10 @@
If CountryName = "Singapore" Then
Var LangButtonEnable = "Invisible"
EndIf
If CountryName = "HongKong" Then
Var LangButtonEnable = "Invisible"
EndIf
DEBUGVAR LangButtonEnable
@ -70,6 +73,10 @@
Var imgGetChange = "/imgGetChange-SGP.png"
EndIf
;inter-image
If CountryName = "HongKong" Then
Var imgGetChange = "/imgGetChange-HKG.png"
EndIf
;INT StoreCreditAmount
Var StoreCreditAmountStr !assigned StringFmt( StoreCreditAmount, DisplayFormat, PreScaleConvertShow )