Skip to content

Commit

Permalink
Merge pull request #94 from seb128/locales-from-platform
Browse files Browse the repository at this point in the history
Use the locales definition from the gnome-platform
  • Loading branch information
kenvandine committed Jan 30, 2018
2 parents 52f6f17 + e094775 commit 11d7f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/desktop-exports
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if [ $needs_update = true ]; then
fi

# Ensure the app finds locale definitions (requires locales-all to be installed)
append_dir LOCPATH $SNAP/usr/lib/locale
append_dir LOCPATH $RUNTIME/usr/lib/locale

# Gio modules and cache (including gsettings module)
export GIO_MODULE_DIR=$XDG_CACHE_HOME/gio-modules
Expand Down

0 comments on commit 11d7f08

Please sign in to comment.