Skip to content

Explicitly set translation encoding for language names

Link Dupont requested to merge subpop/gitlab-changelog:patch-1 into master

Without the encoding as part of the translation argument, I was getting no language names back from gnome_get_language_from_locale. Adding the UTF-8 explicitly fixed it. I think it's harmless to be more explicit with the translation value.

Merge request reports