mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-28 06:26:39 +10:00
feat: add Russian and Ukrainian to language selector
These languages had translation files but were missing from the settings UI. Adds appSettings_languageRu and appSettings_languageUk strings and corresponding RadioListTile entries. Fixes missing languages in app settings.
This commit is contained in:
@@ -946,6 +946,18 @@ abstract class AppLocalizations {
|
||||
/// **'Български'**
|
||||
String get appSettings_languageBg;
|
||||
|
||||
/// No description provided for @appSettings_languageRu.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Русский'**
|
||||
String get appSettings_languageRu;
|
||||
|
||||
/// No description provided for @appSettings_languageUk.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
/// **'Українська'**
|
||||
String get appSettings_languageUk;
|
||||
|
||||
/// No description provided for @appSettings_notifications.
|
||||
///
|
||||
/// In en, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user