* 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
|
@ -1,3 +1,7 @@
|
|||
2011-04-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* po/README: Add instructions for creating po/LINGUAS.
|
||||
|
||||
2011-04-21 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
Add "SEE ALSO" sections to most man pages. Fixes Debian bug
|
||||
|
|
|
@ -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…
Reference in a new issue