Files
iiEsaywebUIapp/l10n.yaml
cogwheel0 c26ba02a88 feat: add support for additional languages in localization
- Expanded the localization support by adding new languages: Chinese (zh), Russian (ru), Dutch (nl), and Spanish (es).
- Updated the localization files and the AppLocalizations class to include the new languages, ensuring a broader reach for international users.
- Enhanced the isSupported method to recognize the newly added languages, improving the app's adaptability to diverse user preferences.
2025-10-10 21:38:19 +05:30

15 lines
234 B
YAML

arb-dir: lib/l10n
template-arb-file: app_en.arb
output-localization-file: app_localizations.dart
output-class: AppLocalizations
output-dir: lib/l10n
preferred-supported-locales:
- en
- de
- fr
- it
- zh
- ru
- nl
- es