summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-06-13 15:53:09 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2017-06-13 16:28:40 +0200
commit891ca5e5e7351d6958c1440d57145245636bd57e (patch)
tree4aafbd4a3e1dc84ed5029eb9e0c7986ddb080758
parentb250a10e5a1e46be5b997d3cad513f7478e7ccc1 (diff)
downloadnautilus-891ca5e5e7351d6958c1440d57145245636bd57e.tar.gz
Use glib preset for i18n
https://bugzilla.gnome.org/show_bug.cgi?id=783746
-rw-r--r--po/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/meson.build b/po/meson.build
index 08c40c11d..db69be1c0 100644
--- a/po/meson.build
+++ b/po/meson.build
@@ -1 +1 @@
-i18n.gettext ('nautilus')
+i18n.gettext ('nautilus', preset: 'glib')