nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

Makevars (825B)


      1 # Makefile variables for PO directory in any package using GNU gettext.
      2 
      3 # Usually the message domain is the same as the package name.
      4 DOMAIN = $(PACKAGE)
      5 
      6 # These two variables depend on the location of this directory.
      7 subdir = po
      8 top_builddir = ..
      9 
     10 # These options get passed to xgettext.
     11 XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=P_:1,2
     12 
     13 # This is the copyright holder that gets inserted into the header of the
     14 # $(DOMAIN).pot file.  Translators are expected to disclaim their copyright.
     15 COPYRIGHT_HOLDER = Free Software Foundation, Inc.
     16 
     17 # This is the list of locale categories, beyond LC_MESSAGES, for which the
     18 # message catalogs shall be used.  It is usually empty.
     19 EXTRA_LOCALE_CATEGORIES =
     20 
     21 # Don't do fuzzy matching when merging the PO files against the POT file.
     22 MSGMERGE_OPTIONS = --no-fuzzy-matching