diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 15:22:09 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2012-03-21 15:22:09 -0400 |
commit | fddb19ebc73af6ed12b7d9893aa67cb71ee9896b (patch) | |
tree | 41c02bbceca7f82542590c350392ce0a6fe40e85 /po/Makevars | |
parent | 82e7ef00436297ab4de35ff4f09b90cbfda538fe (diff) | |
parent | abc3fafad6fd959defafc4b3c0cf4361aa14d22b (diff) | |
download | ayatana-indicator-power-fddb19ebc73af6ed12b7d9893aa67cb71ee9896b.tar.gz ayatana-indicator-power-fddb19ebc73af6ed12b7d9893aa67cb71ee9896b.tar.bz2 ayatana-indicator-power-fddb19ebc73af6ed12b7d9893aa67cb71ee9896b.zip |
* New upstream release.
* Fix for translatable strings not being extracted for i18n (LP: #957542)
Diffstat (limited to 'po/Makevars')
-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 |