mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
fix syntax error on main
This commit is contained in:
parent
47ca649060
commit
ec7477f87c
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ class LanguageService {
|
||||||
'id': 'Bahasa Indonesia (Indonesian)',
|
'id': 'Bahasa Indonesia (Indonesian)',
|
||||||
'yo': 'Yorùbá (Yoruba)',
|
'yo': 'Yorùbá (Yoruba)',
|
||||||
'ha': 'Hausa Najeriya (Nigeria)',
|
'ha': 'Hausa Najeriya (Nigeria)',
|
||||||
'tl': 'Filipino (Tagalog)'
|
'tl': 'Filipino (Tagalog)',
|
||||||
'hy': 'Հայերեն (Armenian)',
|
'hy': 'Հայերեն (Armenian)',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -59,8 +59,8 @@ class LanguageService {
|
||||||
'id': 'idn',
|
'id': 'idn',
|
||||||
'yo': 'nga',
|
'yo': 'nga',
|
||||||
'ha': 'hau',
|
'ha': 'hau',
|
||||||
'tl': 'phl'
|
'tl': 'phl',
|
||||||
'hy': 'arm'
|
'hy': 'arm',
|
||||||
};
|
};
|
||||||
|
|
||||||
static final list = <String, String>{};
|
static final list = <String, String>{};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue