Skip to content
Snippets Groups Projects
Commit 30bb64df authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Merge branch 'fix-l18n' into 'master'

panel: include gi18n.h for '_'

See merge request Librem5/phosh!79
parents 5a48c95a 23d3d089
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnome-desktop/gnome-wall-clock.h>
#include <glib/gi18n.h>
#define _(String) gettext (String)
enum {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment