mirror of
https://github.com/smmarty/friflex_flutter_starter.git
synced 2026-02-05 11:42:17 +00:00
feat(app): Добавить fluttergen (#3)
Co-authored-by: PetrovY <y.petrov@friflex.com>
This commit is contained in:
11
lib/l10n/gen/app_localizations_ru.dart
Normal file
11
lib/l10n/gen/app_localizations_ru.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'app_localizations.dart';
|
||||
|
||||
// ignore_for_file: type=lint
|
||||
|
||||
/// The translations for Russian (`ru`).
|
||||
class AppLocalizationsRu extends AppLocalizations {
|
||||
AppLocalizationsRu([String locale = 'ru']) : super(locale);
|
||||
|
||||
@override
|
||||
String get helloWorld => 'Привет, мир!';
|
||||
}
|
||||
Reference in New Issue
Block a user