mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-22 19:49:22 +00:00
Revert rename nga flag (#952)
This commit is contained in:
parent
19cbc40e81
commit
ce8e498cac
2 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 193 B After Width: | Height: | Size: 193 B |
|
@ -55,11 +55,11 @@ class LanguageService {
|
|||
'cs': 'czk',
|
||||
'ur': 'pak',
|
||||
'id': 'idn',
|
||||
'yo': 'yor',
|
||||
'yo': 'nga',
|
||||
'ha': 'hau'
|
||||
};
|
||||
|
||||
static final list = <String, String> {};
|
||||
static final list = <String, String>{};
|
||||
|
||||
static void loadLocaleList() {
|
||||
supportedLocales.forEach((key, value) {
|
||||
|
|
Loading…
Reference in a new issue