diff options
author | Akira TAGOH <akira@tagoh.org> | 2018-01-05 22:12:37 +0900 |
---|---|---|
committer | Akira TAGOH <akira@tagoh.org> | 2018-01-05 22:12:37 +0900 |
commit | b2da36e92265c82e598cdea670ec436f9b592af0 (patch) | |
tree | 354643b36ac01f6c2979a0ce7c3c5a82d6a4e495 /po | |
parent | a2e0ebf3922d4ac682162e63ec7b209ef58f3c7c (diff) |
Use the native ITS support in gettext
and drop the dependency of itstool.
To get this working, need to patch out to fix a crash:
http://git.savannah.gnu.org/cgit/gettext.git/commit/?id=a0cab23332a254e3500cac2a3a984472d02180e5
Diffstat (limited to 'po')
-rw-r--r-- | po/Makevars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars index 0d699cc9..32835328 100644 --- a/po/Makevars +++ b/po/Makevars @@ -18,7 +18,7 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # or entity, or to disclaim their copyright. The empty string stands for # the public domain; in this case the translators are expected to disclaim # their copyright. -COPYRIGHT_HOLDER = Free Software Foundation, Inc. +COPYRIGHT_HOLDER = Fontconfig Author(s) # This tells whether or not to prepend "GNU " prefix to the package # name that gets inserted into the header of the $(DOMAIN).pot file. |