diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-02-03 17:16:59 -0500 |
commit | 81ad3347c438773f60d6735ba103c0825b574f14 (patch) | |
tree | cb79f86c03edf8f0cc9c46e6563ec1aa8c0784d8 /po | |
parent | 62471dbe9fa9196597f37ec8d1780b6359ec5d5a (diff) | |
parent | c5b4403212947c1e65de4b955a212296de1e4d9c (diff) | |
download | ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.gz ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.tar.bz2 ayatana-indicator-datetime-81ad3347c438773f60d6735ba103c0825b574f14.zip |
* New upstream release.
* Increase robustness of GeoClue error handling
* Remove g_error()'s from the .so
* New upstream release.
* Change to canonical.com for naming
* Fixing a type callback
* Switching to GDbus and dbusmenu-0.4
* Supporting a wider range of custom strings for time and support
seconds in the custom time strings.
* Fixing to take time settings from LC_TIME
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/po/Makevars b/po/Makevars new file mode 100644 index 0000000..e877468 --- /dev/null +++ b/po/Makevars @@ -0,0 +1,7 @@ +DOMAIN = $(PACKAGE) +subdir = po +top_builddir = .. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=C_:1c,2 --keyword=T_ --from-code=UTF-8 +COPYRIGHT_HOLDER = Canonical Ltd. +MSGID_BUGS_ADDRESS = ted@canonical.com +EXTRA_LOCALE_CATEGORIES = |