Compare commits

..

No commits in common. "d2fce05461b33747928060c2f1a27fef1211cc9c" and "8bd025f2b204d25d733875f989ddf4809e948a99" have entirely different histories.

3 changed files with 4 additions and 8 deletions

View File

@ -1,9 +1,9 @@
package utils package utils
var isoCodes = map[string]bool{ var isoCodes = map[string]bool{
"eng": true, // English "eng": true, // English
"swa": true, // Swahili "swa": true, // Swahili
"default": true, // Default language: English
} }
func IsValidISO639(code string) bool { func IsValidISO639(code string) bool {

View File

@ -5,6 +5,6 @@ CATCH pin_entry flag_account_authorized 0
MOUT english 1 MOUT english 1
MOUT kiswahili 2 MOUT kiswahili 2
HALT HALT
INCMP set_eng 1 INCMP set_default 1
INCMP set_swa 2 INCMP set_swa 2
INCMP . * INCMP . *

View File

@ -1,4 +0,0 @@
LOAD set_language 6
RELOAD set_language
CATCH terms flag_account_created 0
MOVE language_changed