Skip to content

Fix locale dir

Ondrej Holy requested to merge wip/oholy/localedir into master

Vino strings are always in english regardless system language. This is caused by wrong locale dir. $(DATADIRNAME) which is used to build the path seems undefined. Let's use $(localedir) instead to fix this issue.

https://bugzilla.gnome.org/show_bug.cgi?id=788381 Closes: https://gitlab.gnome.org/GNOME/vino/issues/1

Merge request reports