mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-06-12 20:57:36 +02:00
feat: Allow changing languages (#1488)
Co-authored-by: validcube <pun.butrach@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import 'dart:typed_data';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_i18n/flutter_i18n.dart';
|
||||
import 'package:revanced_manager/gen/strings.g.dart';
|
||||
import 'package:revanced_manager/ui/widgets/shared/custom_card.dart';
|
||||
import 'package:timeago/timeago.dart';
|
||||
|
||||
@ -81,7 +81,7 @@ class _ApplicationItemState extends State<ApplicationItem> {
|
||||
children: <Widget>[
|
||||
FilledButton(
|
||||
onPressed: widget.onPressed,
|
||||
child: I18nText('applicationItem.infoButton'),
|
||||
child: Text(t.applicationItem.infoButton),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user