HK => HKG
This commit is contained in:
parent
4387f7a8c2
commit
634ea4b77a
2420 changed files with 1814 additions and 1842 deletions
|
|
@ -572,7 +572,7 @@
|
|||
Var CountryName = "Singapore"
|
||||
EndIf
|
||||
|
||||
If StrCountryShort = "HK" Then
|
||||
If StrCountryShort = "HKG" Then
|
||||
Var CountryName = "HongKong"
|
||||
EndIf
|
||||
|
||||
|
|
@ -624,7 +624,7 @@
|
|||
|
||||
;inter-xml-open
|
||||
If CountryName = "HongKong" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hk/video/script_video.ev"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/video/script_video.ev"
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
@ -959,7 +959,7 @@
|
|||
EndIf
|
||||
|
||||
If CountryName = "HongKong" Then
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hk/video/script_video.ev"
|
||||
TRY "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/video/script_video.ev"
|
||||
|
||||
Var WebAppShow = "Invisible"
|
||||
EnableLanguage "ENG"
|
||||
|
|
@ -972,8 +972,9 @@
|
|||
|
||||
Var ShowNetworkProblemText = "Network error. Payment Cash only."
|
||||
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/hk/"
|
||||
Var CountryShortName = "sgp"
|
||||
Var CountryRootPath = "ROOT/taobin_project/inter/hkg/"
|
||||
Var CountryShortName = "hkg"
|
||||
|
||||
|
||||
Var TextPriceMenuSize = 12
|
||||
Var TextPriceMenuY = 266
|
||||
|
|
@ -982,7 +983,7 @@
|
|||
Var ShowButtonClick2 = "Invisible"
|
||||
Var ButtontoTopupMenu = "Invisible"
|
||||
|
||||
Var PriceUnitText = "HK$"
|
||||
Var PriceUnitText = "HKG$"
|
||||
|
||||
Var MemberButtonFileName = "ROOT/taobin_project/image/main_page_en/bp_main_page_member.png"
|
||||
Var MemberButtonFileNameRest = "ROOT/taobin_project/image/main_page_en/bn_main_page_member.png"
|
||||
|
|
@ -994,7 +995,7 @@
|
|||
Var YButtonMember = 1695
|
||||
|
||||
If Not#LanguageLoaded = "" Then
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/hk/menu/lang.tsv"
|
||||
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/menu/lang.tsv"
|
||||
EndIf
|
||||
|
||||
STRCONTAIN "541215" MaterialAvailable SugarZeroCalEnable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue