feat(mobile): added more translations (#1805)

This commit is contained in:
Michel Heusschen 2023-02-20 18:22:35 +01:00 committed by GitHub
parent 9bfb4dfd06
commit e408e8ca4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 60 additions and 31 deletions

View file

@ -73,7 +73,7 @@ class ServerInfoBox extends HookConsumerWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
"App Version",
"server_info_box_app_version".tr(),
style: TextStyle(
fontSize: 11,
color: Colors.grey[500],
@ -98,7 +98,7 @@ class ServerInfoBox extends HookConsumerWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
Text(
"Server Version",
"server_info_box_server_version".tr(),
style: TextStyle(
fontSize: 11,
color: Colors.grey[500],