Added Azerbaijan Manat and Uzbekistan Sum

This commit is contained in:
vtretyakov
2018-08-06 16:18:34 +07:00
parent 473dc89326
commit 3fd0b74ed7
9 changed files with 73 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ class CurrenciesScreen extends BaseScreen {
class _CurrenciesState extends SettingsBaseState<CurrenciesScreen> {
List<int> currencies = const [643, 840, 980, 978, 398, 933];
List<int> currencies = const [643, 840, 980, 978, 398, 933, 860, 944];
_CurrenciesState(SqliteHelper helper, String app) : super(helper, app);
@@ -28,8 +28,10 @@ class _CurrenciesState extends SettingsBaseState<CurrenciesScreen> {
String euro = StringsLocalization.euro();
String tenge = StringsLocalization.kztenge();
String belrub = StringsLocalization.beruble();
String uzbsum = StringsLocalization.uzbsum();
String azbman = StringsLocalization.azbman();
return [ruble, dollar, hryvna, euro, tenge, belrub];
return [ruble, dollar, hryvna, euro, tenge, belrub, uzbsum, azbman];
}
@override