2N/A
2N/AIf you checked out this source tree directly from GRUB Bazaar, you might
2N/Abe wondering where are the POT and PO files. Here are some instructions
2N/Athat will hopefully clarify the situation.
2N/A
2N/A - If you're a user or a distributor, simply fill the po directory by
2N/A importing translations from the Translation Project:
2N/A
2N/A rsync -Lrtvz translationproject.org::tp/latest/grub/ po
2N/A
2N/A Then create a po/LINGUAS file listing all the language codes:
2N/A
2N/A (cd po && ls *.po | cut -d. -f1 | xargs) >po/LINGUAS
2N/A
2N/A GRUB's build system will automatically detect those and include them
2N/A in your install.
2N/A
2N/A - If you're a translator and want to add a new translation or improve an
2N/A existing one, get in touch with the Translation Project
2N/A (http://translationproject.org/). The GRUB project doesn't interact
2N/A with translators directly (but we dearly appreciate your work!).
2N/A
2N/A - If you're a developer adding/removing/modifiing translatable strings,
2N/A you can check that these turn into a sane POT file by using the
2N/A `po/grub.pot' make rule.
2N/A
2N/A - If you're the maintainer of GNU GRUB preparing a new release, don't
2N/A forget to include the latest PO files in your source tarball!