- 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.
15 lines
234 B
YAML
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
|