grub/po
Vladimir 'phcoder' Serbinenko e5b90c82fe * po/POTFILES.in: Regenerate. 2012-02-22 05:50:36 +01:00
..
Makefile.in.in * po/Makefile.in.in: Add missing escape-continuation. 2011-11-25 14:16:44 +01:00
Makevars Fix po directory handling. 2010-09-21 00:09:23 +01:00
POTFILES-shell.in * util/grub-mkstandalone.in: Fix help messages. Gettextize. 2012-02-03 11:42:22 +01:00
POTFILES.in * po/POTFILES.in: Regenerate. 2012-02-22 05:50:36 +01:00
README * po/README: Add instructions for creating po/LINGUAS. 2011-04-21 15:47:58 +01:00
Rules-quot Fix po directory handling. 2010-09-21 00:09:23 +01:00
boldquot.sed Fix po directory handling. 2010-09-21 00:09:23 +01:00
en@boldquot.header Fix po directory handling. 2010-09-21 00:09:23 +01:00
en@quot.header Fix po directory handling. 2010-09-21 00:09:23 +01:00
grub.d.sed * util/grub-mkconfig_lib.in (gettext_quoted): Add clarifying 2010-12-21 12:49:29 +00:00
insert-header.sin Fix po directory handling. 2010-09-21 00:09:23 +01:00
quot.sed Fix po directory handling. 2010-09-21 00:09:23 +01:00
remove-potcdate.sin Fix po directory handling. 2010-09-21 00:09:23 +01:00

README

If you checked out this source tree directly from GRUB Bazaar, you might
be wondering where are the POT and PO files.  Here are some instructions
that will hopefully clarify the situation.

  - If you're a user or a distributor, simply fill the po directory by
    importing translations from the Translation Project:

      rsync -Lrtvz  translationproject.org::tp/latest/grub/ po

    Then create a po/LINGUAS file listing all the language codes:

      (cd po && ls *.po | cut -d. -f1 | xargs) >po/LINGUAS

    GRUB's build system will automatically detect those and include them
    in your install.

  - If you're a translator and want to add a new translation or improve an
    existing one, get in touch with the Translation Project
    (http://translationproject.org/).  The GRUB project doesn't interact
    with translators directly (but we dearly appreciate your work!).

  - If you're a developer adding/removing/modifiing translatable strings,
    you can check that these turn into a sane POT file by using the
    `po/grub.pot' make rule.

  - If you're the maintainer of GNU GRUB preparing a new release, don't
    forget to include the latest PO files in your source tarball!