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.