diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2012-03-17 00:35:49 +0100 |
---|---|---|
committer | Gabor Kelemen <kelemeng@ubuntu.com> | 2012-03-17 00:35:49 +0100 |
commit | f1ad17d8ffc594c26856b1c82fe15aea25d0bea4 (patch) | |
tree | faa18dc7fac628b2bc3e485c60418cec67538dc3 | |
parent | af5642fe06d9c1227c8841d7f66f80eaf1b7eb0c (diff) | |
download | ayatana-indicator-power-f1ad17d8ffc594c26856b1c82fe15aea25d0bea4.tar.gz ayatana-indicator-power-f1ad17d8ffc594c26856b1c82fe15aea25d0bea4.tar.bz2 ayatana-indicator-power-f1ad17d8ffc594c26856b1c82fe15aea25d0bea4.zip |
Add g_dngettext to the list of known keywords. LP: #957542
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 9516d97..383662d 100644 --- a/po/Makevars +++ b/po/Makevars @@ -8,7 +8,7 @@ subdir = po top_builddir = .. # These options get passed to xgettext. -XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=g_dngettext:2,3 # This is the copyright holder that gets inserted into the header of the # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding |