debian-grub/po
2025-07-18 15:39:22 +01:00
..
gettext-patches gettext: Restore patches to po/Makefile.in.in 2020-03-10 21:17:54 +01:00
arabic.sed po: Un-transliterate the %zu format code 2022-03-14 23:05:00 +01:00
boldquot.sed Fix po directory handling. 2010-09-21 00:09:23 +01:00
cyrillic.sed po: Un-transliterate the %zu format code 2022-03-14 23:05:00 +01:00
en@boldquot.header Fix po directory handling. 2010-09-21 00:09:23 +01:00
en@piglatin.header Add a pig farm. 2012-03-03 16:17:21 +01:00
en@quot.header Fix po directory handling. 2010-09-21 00:09:23 +01:00
exclude.pot fs: Add F2FS support 2018-04-10 19:05:04 +02:00
greek.sed po: Un-transliterate the %zu format code 2022-03-14 23:05:00 +01:00
grub.d.sed Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
grub.pot New upstream version 2.14~git20250718.0e36779 2025-07-18 15:39:22 +01:00
hebrew.sed po: Un-transliterate the %zu format code 2022-03-14 23:05:00 +01:00
insert-header.sin Fix po directory handling. 2010-09-21 00:09:23 +01:00
Makefile.in.in Import grub2_2.06.orig.tar.xz 2021-09-24 10:34:42 +01:00
Makevars Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
piglatin.sed Add a pig farm. 2012-03-03 16:17:21 +01:00
POTFILES-shell.in New upstream version 2.14~git20250718.0e36779 2025-07-18 15:39:22 +01:00
POTFILES.in New upstream version 2.14~git20250718.0e36779 2025-07-18 15:39:22 +01:00
quot.sed Fix po directory handling. 2010-09-21 00:09:23 +01:00
README Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
remove-potcdate.sin Fix po directory handling. 2010-09-21 00:09:23 +01:00
Rules-piglatin * po/Rules-piglatin: Change suffix from .po-update-en to 2012-03-03 21:43:06 +01:00
Rules-quot Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
Rules-swiss * po/Rules-swiss: Fix header comment. 2012-03-01 00:38:11 +01:00
Rules-translit Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
Rules-windowsdir Import grub2_2.04~rc1.orig.tar.xz 2019-05-14 10:20:03 +01:00
stamp-po Import grub2_2.02~beta3.orig.tar.xz 2016-09-18 17:40:00 +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 Git, 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/modifying 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!