]> git.proxmox.com Git - grub2.git/blob - po/README
usb: Avoid possible out-of-bound accesses caused by malicious devices
[grub2.git] / po / README
1
2 If you checked out this source tree directly from GRUB Git, you might be
3 wondering where are the POT and PO files. Here are some instructions
4 that will hopefully clarify the situation.
5
6 - If you're a user or a distributor, simply fill the po directory by
7 importing translations from the Translation Project:
8
9 ./linguas.sh
10
11 GRUB's build system will automatically detect those and include them
12 in your install.
13
14 - If you're a translator and want to add a new translation or improve an
15 existing one, get in touch with the Translation Project
16 (http://translationproject.org/). The GRUB project doesn't interact
17 with translators directly (but we dearly appreciate your work!).
18
19 - If you're a developer adding/removing/modifying translatable strings,
20 you can check that these turn into a sane POT file by using the
21 `po/grub.pot' make rule.
22
23 - If you're the maintainer of GNU GRUB preparing a new release, don't
24 forget to include the latest PO files in your source tarball!