feat(mobile): add missing translations (#8537)

* feat(mobile): add missing translations

* fix formatting
This commit is contained in:
Michel Heusschen 2024-04-05 16:45:37 +02:00 committed by GitHub
parent afd7815420
commit 7aaf48cb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 68 additions and 32 deletions

View file

@ -48,7 +48,11 @@ class SharedLinkEditPage extends HookConsumerWidget {
return Row(
children: [
const Text(
"Public album | ",
'shared_link_public_album',
style: TextStyle(fontWeight: FontWeight.bold),
).tr(),
const Text(
" | ",
style: TextStyle(fontWeight: FontWeight.bold),
),
Text(
@ -66,7 +70,11 @@ class SharedLinkEditPage extends HookConsumerWidget {
return Row(
children: [
const Text(
"Individual shared | ",
'shared_link_individual_shared',
style: TextStyle(fontWeight: FontWeight.bold),
).tr(),
const Text(
" | ",
style: TextStyle(fontWeight: FontWeight.bold),
),
Expanded(