Compare commits
No commits in common. "d2fce05461b33747928060c2f1a27fef1211cc9c" and "8bd025f2b204d25d733875f989ddf4809e948a99" have entirely different histories.
d2fce05461
...
8bd025f2b2
@ -3,7 +3,7 @@ package utils
|
||||
var isoCodes = map[string]bool{
|
||||
"eng": true, // English
|
||||
"swa": true, // Swahili
|
||||
"default": true, // Default language: English
|
||||
|
||||
}
|
||||
|
||||
func IsValidISO639(code string) bool {
|
||||
|
@ -5,6 +5,6 @@ CATCH pin_entry flag_account_authorized 0
|
||||
MOUT english 1
|
||||
MOUT kiswahili 2
|
||||
HALT
|
||||
INCMP set_eng 1
|
||||
INCMP set_default 1
|
||||
INCMP set_swa 2
|
||||
INCMP . *
|
||||
|
@ -1,4 +0,0 @@
|
||||
LOAD set_language 6
|
||||
RELOAD set_language
|
||||
CATCH terms flag_account_created 0
|
||||
MOVE language_changed
|
Loading…
Reference in New Issue
Block a user