Skip to content

Commit

Permalink
set separate-locales to force archive to use user's system language
Browse files Browse the repository at this point in the history
I added lines 7 and 8 to force the flatpak archive to use the user's system language. It worked on my testing VM.
  • Loading branch information
OzarkShepherd authored Feb 26, 2024
1 parent 03ac87b commit d507f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions org.gramps_project.Gramps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ runtime: org.gnome.Platform
runtime-version: '44'
sdk: org.gnome.Sdk
command: gramps
# to force an archive flatpak to use system locale instead of English. Not needed for flathub packages.
separate-locales: false
rename-icon: gramps
rename-desktop-file: gramps.desktop
finish-args:
Expand Down

0 comments on commit d507f49

Please sign in to comment.