feat: Add Spanish, Dutch, Russian, and Chinese languages

Adds support for Spanish, Dutch, Russian, and Chinese to the language selection menu. This includes adding the necessary translation strings and updating the app customization page to display these new language options.
This commit is contained in:
cogwheel0
2025-10-12 20:59:05 +05:30
parent f8c823dea4
commit ea14ea6f09
14 changed files with 136 additions and 0 deletions

View File

@@ -1286,6 +1286,30 @@ abstract class AppLocalizations {
/// **'Italiano'**
String get italiano;
/// Language name: Spanish.
///
/// In en, this message translates to:
/// **'Español'**
String get espanol;
/// Language name: Dutch.
///
/// In en, this message translates to:
/// **'Nederlands'**
String get nederlands;
/// Language name: Russian.
///
/// In en, this message translates to:
/// **'Русский'**
String get russian;
/// Language name: Chinese.
///
/// In en, this message translates to:
/// **'中文'**
String get chinese;
/// Dialog title asking to confirm deletion of messages.
///
/// In en, this message translates to: