diff options
author | Michael Terry <mike@mterry.name> | 2010-12-15 11:55:27 -0500 |
---|---|---|
committer | Michael Terry <mike@mterry.name> | 2010-12-15 11:55:27 -0500 |
commit | 4cab2afb2670c941accf38428cab81cf281aa63b (patch) | |
tree | b85506040388a1e9060be80b9cdd2d0a2eaa9725 /po | |
parent | 803f8f9c0a81d34c9d94c7b27e3b78fb0a6ecab3 (diff) | |
download | ayatana-indicator-datetime-4cab2afb2670c941accf38428cab81cf281aa63b.tar.gz ayatana-indicator-datetime-4cab2afb2670c941accf38428cab81cf281aa63b.tar.bz2 ayatana-indicator-datetime-4cab2afb2670c941accf38428cab81cf281aa63b.zip |
use LC_TIME to look up date-related translations
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 = |