Compare commits
6 Commits
951413cc03
...
289fc2b69a
Author | SHA1 | Date | |
---|---|---|---|
289fc2b69a | |||
9e3dfd2428 | |||
00926e66da | |||
2989b236b1 | |||
e44c36cadb | |||
7afca54c54 |
@ -59,7 +59,6 @@ type fsData struct {
|
|||||||
func (fsd *fsData) SetLanguageSelected(ctx context.Context, sym string, input []byte) (resource.Result, error) {
|
func (fsd *fsData) SetLanguageSelected(ctx context.Context, sym string, input []byte) (resource.Result, error) {
|
||||||
inputStr := string(input)
|
inputStr := string(input)
|
||||||
res := resource.Result{}
|
res := resource.Result{}
|
||||||
|
|
||||||
switch inputStr {
|
switch inputStr {
|
||||||
case "0":
|
case "0":
|
||||||
res.FlagSet = []uint32{state.FLAG_LANG}
|
res.FlagSet = []uint32{state.FLAG_LANG}
|
||||||
@ -257,6 +256,9 @@ func main() {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
pr = pr.WithContent(&st, ca)
|
pr = pr.WithContent(&st, ca)
|
||||||
err = pr.Save(cfg.SessionId)
|
err = pr.Save(cfg.SessionId)
|
||||||
|
if err != nil {
|
||||||
|
fmt.Fprintf(os.Stderr, "Failed to save state with error: %v\n", err)
|
||||||
|
}
|
||||||
en, err = engine.NewPersistedEngine(ctx, cfg, pr, rfs)
|
en, err = engine.NewPersistedEngine(ctx, cfg, pr, rfs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
fmt.Fprintf(os.Stderr, "engine create exited with error: %v\n", err)
|
fmt.Fprintf(os.Stderr, "engine create exited with error: %v\n", err)
|
||||||
|
1
services/registration/account_menu
Normal file
1
services/registration/account_menu
Normal file
@ -0,0 +1 @@
|
|||||||
|
My Account
|
1
services/registration/account_menu_swa
Normal file
1
services/registration/account_menu_swa
Normal file
@ -0,0 +1 @@
|
|||||||
|
Akaunti yangu
|
1
services/registration/help_menu
Normal file
1
services/registration/help_menu
Normal file
@ -0,0 +1 @@
|
|||||||
|
Help
|
1
services/registration/help_menu_swa
Normal file
1
services/registration/help_menu_swa
Normal file
@ -0,0 +1 @@
|
|||||||
|
Usaidizi
|
@ -1,2 +1,2 @@
|
|||||||
Welcome. Your account is
|
Balance: 0.00 SRF
|
||||||
{{.check_identifier}}
|
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
LOAD check_identifier 64
|
LOAD check_identifier 64
|
||||||
RELOAD check_identifier
|
RELOAD check_identifier
|
||||||
MAP check_identifier
|
MAP check_identifier
|
||||||
|
MOUT send 1
|
||||||
|
MOUT vouchers 2
|
||||||
|
MOUT account 3
|
||||||
|
MOUT help 4
|
||||||
HALT
|
HALT
|
||||||
|
|
||||||
|
@ -1,2 +1 @@
|
|||||||
Karibu. Akaunti yako ni
|
Salio: 0.00 SRF
|
||||||
{{.check_identifier}}
|
|
||||||
|
1
services/registration/send_menu
Normal file
1
services/registration/send_menu
Normal file
@ -0,0 +1 @@
|
|||||||
|
Send
|
1
services/registration/send_menu_swa
Normal file
1
services/registration/send_menu_swa
Normal file
@ -0,0 +1 @@
|
|||||||
|
Tuma
|
1
services/registration/vouchers_menu
Normal file
1
services/registration/vouchers_menu
Normal file
@ -0,0 +1 @@
|
|||||||
|
My Vouchers
|
1
services/registration/vouchers_menu_swa
Normal file
1
services/registration/vouchers_menu_swa
Normal file
@ -0,0 +1 @@
|
|||||||
|
Sarafu yangu
|
Loading…
Reference in New Issue
Block a user