Revert rename nga flag (#952)

This commit is contained in:
Godwin Asuquo 2023-06-01 15:46:17 +03:00 committed by GitHub
parent 19cbc40e81
commit ce8e498cac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 193 B

After

Width:  |  Height:  |  Size: 193 B

View file

@ -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) {