grub/po
Vladimir Serbinenko cd46aa6cef Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir
the function of these files exceeds what can be sanely handled in shell
	in posix-comaptible way. Also writing it in C extends the functionality
	to non-UNIX-like OS and minimal environments.
2013-11-16 20:21:16 +01:00
..
arabic.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
boldquot.sed
cyrillic.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
en@boldquot.header
en@piglatin.header
en@quot.header
exclude.pot * po/exclude.pot: Add several strings to exclude. 2013-10-03 23:27:52 +02:00
greek.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
grub.d.sed
hebrew.sed Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
insert-header.sin Fix po directory handling. 2010-09-21 00:09:23 +01:00
Makefile.in.in Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
Makevars
piglatin.sed
quot.sed
README * po/README: Move language fetcing to ... 2012-04-04 14:55:56 +02:00
remove-potcdate.sin
Rules-piglatin
Rules-quot
Rules-swiss
Rules-translit Introduce en@cyrillic en@hebrew en@arabic and en@greek. 2012-04-01 21:53:46 +02:00
Rules-windowsdir Rewrite grub-install, grub-mkrescue, grub-mkstandalone and grub-mknetdir 2013-11-16 20:21:16 +01:00
swiss.sed * po/swiss.sed: Add replacement for key names and for term computer. 2013-10-03 13:56:08 +02:00

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:

    	 ./linguas.sh

    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!