mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
i18n bugfix
This commit is contained in:
@@ -16,10 +16,10 @@ class AppTypeComponent extends StatefulWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class _AppTypeComponent extends State<AppTypeComponent> {
|
class _AppTypeComponent extends State<AppTypeComponent> {
|
||||||
late S s;
|
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
|
var s = S.of(context);
|
||||||
|
|
||||||
String typeName = s.WEB;
|
String typeName = s.WEB;
|
||||||
if (widget.appType == AppType.ANDROID_APP) {
|
if (widget.appType == AppType.ANDROID_APP) {
|
||||||
typeName = s.Android;
|
typeName = s.Android;
|
||||||
|
|||||||
Reference in New Issue
Block a user