Fix Flatpak missing locale support #342

Closed
opened 2026-04-05 16:20:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @SoftFever on 3/12/2026

Description

Add the localization/ directory to the Flatpak source list so run_gettext.sh can compile .po files into .mo translations.

Replace LC_ALL=C.UTF-8 with LC_NUMERIC=C in the entrypoint script to preserve the user's language settings while still preventing decimal-separator parsing issues.
fixes #12714

Screenshots/Recordings/Graphs

Tests

*Originally created by @SoftFever on 3/12/2026* # Description Add the localization/ directory to the Flatpak source list so run_gettext.sh can compile .po files into .mo translations. Replace LC_ALL=C.UTF-8 with LC_NUMERIC=C in the entrypoint script to preserve the user's language settings while still preventing decimal-separator parsing issues. fixes #12714 # Screenshots/Recordings/Graphs <!-- > Please attach relevant screenshots to showcase the UI changes. > Please attach images that can help explain the changes. --> ## Tests <!-- > Please describe the tests that you have conducted to verify the changes made in this PR. -->
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#342