new: add turkey region
This commit is contained in:
@@ -6,12 +6,14 @@ enum Region {
|
||||
ru,
|
||||
af,
|
||||
id,
|
||||
tr,
|
||||
other;
|
||||
|
||||
String present(TranslationsEn t) => switch (this) {
|
||||
ir => t.settings.general.regions.ir,
|
||||
cn => t.settings.general.regions.cn,
|
||||
ru => t.settings.general.regions.ru,
|
||||
tr => t.settings.general.regions.tr,
|
||||
af => t.settings.general.regions.af,
|
||||
id => t.settings.general.regions.id,
|
||||
other => t.settings.general.regions.other,
|
||||
|
||||
Reference in New Issue
Block a user