fix: fix up translations to use keys and fix arb files

This commit is contained in:
Sorunome 2020-09-23 11:59:14 +02:00
commit dd94a4d03f
39 changed files with 15453 additions and 16065 deletions

View file

@ -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>[

View file

@ -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,