BASE: Initialize Localization.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// Flutter Packages
|
||||
import 'package:easy_localization/easy_localization.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
@@ -10,7 +11,7 @@ class EmptyScreen extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Center(
|
||||
child: Text('Nothing found here...'.tr),
|
||||
child: Text('Nothing found here...'.tr()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user