Adds localization support with English and Russian

Initializes internationalization (i18n) for the application.

Introduces `AppLocalizations` to manage localized strings, along with
English and Russian translations.

Configures Flutter to use the localization delegates and supported locales.
This allows the app to display text in the user's preferred language.
This commit is contained in:
2025-06-29 23:04:28 +03:00
parent 42f8e20bf0
commit 82af8ac11a
5 changed files with 584 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"dart.flutterSdkPath": "C:\\Sanders\\Flutter\\flutter_windows_3.32.2-stable\\flutter"
}