Merge pull request 'fix: language change' (#242) from language-change-fix into master

Reviewed-on: urdt/ussd#242
This commit is contained in:
lash 2025-01-03 09:30:27 +01:00
commit d2fce05461
3 changed files with 8 additions and 4 deletions

View File

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

View File

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

View File

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