diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-03-17 14:00:20 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-03-17 14:00:20 -0500 |
commit | 0ef46e198d8632a55713196b2f7edd96d1e1bd78 (patch) | |
tree | faa18dc7fac628b2bc3e485c60418cec67538dc3 | |
parent | af5642fe06d9c1227c8841d7f66f80eaf1b7eb0c (diff) | |
parent | f1ad17d8ffc594c26856b1c82fe15aea25d0bea4 (diff) | |
download | ayatana-indicator-power-0ef46e198d8632a55713196b2f7edd96d1e1bd78.tar.gz ayatana-indicator-power-0ef46e198d8632a55713196b2f7edd96d1e1bd78.tar.bz2 ayatana-indicator-power-0ef46e198d8632a55713196b2f7edd96d1e1bd78.zip |
merge lp:~kelemeng/indicator-power/bug957542 to fix extracting translatable strings from ipower (Bug #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 |