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.
This commit is contained in:
cogwheel0
2025-10-10 21:38:19 +05:30
parent dea53593ba
commit c26ba02a88
6 changed files with 1298 additions and 2 deletions

View File

@@ -8,3 +8,7 @@ preferred-supported-locales:
- de
- fr
- it
- zh
- ru
- nl
- es