mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
Localizely: Translations update (#5902)
* chore(mobile): translation update * fix localizely plurals form * more fix
This commit is contained in:
parent
83da1c74fc
commit
17ef411b0a
36 changed files with 3325 additions and 845 deletions
|
|
@ -176,7 +176,8 @@ class AssetsInBoundBottomSheetState extends ConsumerState<MapPageBottomSheet> {
|
|||
|
||||
Widget buildDragHandle(ScrollController scrollController) {
|
||||
final textToDisplay = assetsInBound.value.isNotEmpty
|
||||
? "map_assets_in_bounds".plural(assetsInBound.value.length)
|
||||
? "map_assets_in_bounds"
|
||||
.tr(args: [assetsInBound.value.length.toString()])
|
||||
: "map_no_assets_in_bounds".tr();
|
||||
final dragHandle = Container(
|
||||
height: 70,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue