* po/README: Add instructions for creating po/LINGUAS.
This commit is contained in:
parent
c85140b3b7
commit
e91dba5b13
2 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,10 @@ that will hopefully clarify the situation.
|
|||
|
||||
rsync -Lrtvz translationproject.org::tp/latest/grub/ po
|
||||
|
||||
Then create a po/LINGUAS file listing all the language codes:
|
||||
|
||||
(cd po && ls *.po | cut -d. -f1 | xargs) >po/LINGUAS
|
||||
|
||||
GRUB's build system will automatically detect those and include them
|
||||
in your install.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue