feat: Add new translations, bump version number

This commit is contained in:
Anton Stubenbord
2023-02-15 00:07:49 +01:00
parent 8fcd2c14f9
commit add035189c
9 changed files with 128 additions and 58 deletions

View File

@@ -296,7 +296,7 @@ class _DocumentsPageState extends State<DocumentsPage>
_nestedScrollViewKey.currentState?.outerController.jumpTo(0);
},
label: Text(
"Go to top", //TODO: INTL
S.of(context).scrollToTopLabel,
style: DefaultTextStyle.of(context).style.apply(
color: Theme.of(context).colorScheme.onPrimary,
),