SGP & MYS: (drink fail) change tel num setting to read from file.

This commit is contained in:
Pakin 2024-05-13 11:16:45 +07:00
parent a822ae0291
commit c746c740f8
6 changed files with 28 additions and 22 deletions

View file

@ -633,7 +633,8 @@
Var ShowNetworkProblemText = "Network error. Payment Cash only."
Var CountryRootPath = "ROOT/taobin_project/inter/mys/"
Var CountryRootPath = "ROOT/taobin_project/inter/mys/"
Var CountryShortName = "mys"
Var PriceUnitText = "Prices in MYR"
@ -680,6 +681,8 @@
Var CountryRootPath = "ROOT/taobin_project/inter/ids/"
Var CountDownShowButton = 35
Var CountryShortName = "ids"
If Not#LanguageLoaded = "" Then
LoadLanguage "/mnt/sdcard/coffeevending/taobin_project/inter/ids/menu/lang.tsv"
EndIf
@ -710,6 +713,7 @@
Var ShowNetworkProblemText = "Network error. Payment Cash only."
Var CountryRootPath = "ROOT/taobin_project/inter/aus/"
Var CountryShortName = "aus"
ar TextPriceMenuSize = 12
Var TextPriceMenuY = 264
@ -756,6 +760,7 @@
Var ShowNetworkProblemText = "Network error. Payment Cash only."
Var CountryRootPath = "ROOT/taobin_project/inter/usaNY/"
Var CountryShortName = "usaNY"
ar TextPriceMenuSize = 12
Var TextPriceMenuY = 264
@ -799,6 +804,7 @@
Var ShowNetworkProblemText = "Network error. Payment Cash only."
Var CountryRootPath = "ROOT/taobin_project/inter/sgp/"
Var CountryShortName = "sgp"
ar TextPriceMenuSize = 12
Var TextPriceMenuY = 264
@ -852,6 +858,7 @@
Var ShowNetworkProblemText = "Network error. Payment Cash only."
Var CountryRootPath = "ROOT/taobin_project/inter/uae_dubai/"
Var CountryShortName = "uae_dubai"
Var TextPriceMenuSize = 12
Var TextPriceMenuY = 264