From 81295539a904ad6f1779d4d151c93b8ae179cf5c Mon Sep 17 00:00:00 2001 From: YAOU Reda Date: Sun, 19 Oct 2025 16:20:41 +0200 Subject: [PATCH] Allowing Portrait and Landscape to be translated --- app/core/src/main/resources/messages_en_US.properties | 2 ++ app/core/src/main/resources/templates/multi-page-layout.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/core/src/main/resources/messages_en_US.properties b/app/core/src/main/resources/messages_en_US.properties index 00791b4e0..9b05686b7 100644 --- a/app/core/src/main/resources/messages_en_US.properties +++ b/app/core/src/main/resources/messages_en_US.properties @@ -1153,6 +1153,8 @@ pageLayout.title=Multi Page Layout pageLayout.header=Multi Page Layout pageLayout.pagesPerSheet=Pages per sheet: pageLayout.orientation=Orientation: +pageLayout.portrait=Portrait +pageLayout.landscape=Landscape pageLayout.addBorder=Add Borders pageLayout.submit=Submit diff --git a/app/core/src/main/resources/templates/multi-page-layout.html b/app/core/src/main/resources/templates/multi-page-layout.html index 6ab45e773..94f5af9d4 100644 --- a/app/core/src/main/resources/templates/multi-page-layout.html +++ b/app/core/src/main/resources/templates/multi-page-layout.html @@ -31,8 +31,8 @@