grub/po
Robert Millan caab4fd6ca 2010-01-21 Robert Millan <rmh.grub@aybabtu.com>
* po/POTFILES: Remove mkisofs-related files.  They have their own TLP
	domain now.
2010-01-21 08:04:49 +00:00
..
POTFILES 2010-01-21 Robert Millan <rmh.grub@aybabtu.com> 2010-01-21 08:04:49 +00:00
POTFILES-shell 2009-11-18 Robert Millan <rmh.grub@aybabtu.com> 2009-11-18 21:03:09 +00:00
README 2009-11-27 Robert Millan <rmh.grub@aybabtu.com> 2009-11-27 17:33:35 +00: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

    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!