summaryrefslogtreecommitdiffstats
path: root/po/README
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:29:51 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 16:29:51 +0000
commit6e7a315eb67cb6c113cf37e1d66c4f11a51a2b3e (patch)
tree32451fa3cdd9321fb2591fada9891b2cb70a9cd1 /po/README
parentInitial commit. (diff)
downloadgrub2-6e7a315eb67cb6c113cf37e1d66c4f11a51a2b3e.tar.xz
grub2-6e7a315eb67cb6c113cf37e1d66c4f11a51a2b3e.zip
Adding upstream version 2.06.upstream/2.06upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'po/README')
-rw-r--r--po/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/po/README b/po/README
new file mode 100644
index 0000000..aaf8292
--- /dev/null
+++ b/po/README
@@ -0,0 +1,24 @@
+
+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!