fix: fix up translations to use keys and fix arb files
This commit is contained in:
parent
75cb6db800
commit
dd94a4d03f
39 changed files with 15453 additions and 16065 deletions
|
|
@ -23,7 +23,7 @@ class AppInfo extends StatelessWidget {
|
|||
var client = Matrix.of(context).client;
|
||||
return Scaffold(
|
||||
appBar: AppBar(
|
||||
title: Text(L10n.of(context).accountInformations),
|
||||
title: Text(L10n.of(context).accountInformation),
|
||||
),
|
||||
body: ListView(
|
||||
children: <Widget>[
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@ class _SettingsState extends State<Settings> {
|
|||
),
|
||||
ListTile(
|
||||
trailing: Icon(Icons.account_circle),
|
||||
title: Text(L10n.of(context).accountInformations),
|
||||
title: Text(L10n.of(context).accountInformation),
|
||||
onTap: () => Navigator.of(context).push(
|
||||
AppRoute.defaultRoute(
|
||||
context,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue