diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-09 02:31:59 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-09 02:31:59 (EST) |
commit | 812f1d5acf33605fac16b6837d1f9d262b38f2a4 (patch) | |
tree | 0819d509e5dd96b3422604cde32daadb43f07d80 /site | |
parent | 40b870283dfe3efa9cff54c4da87c43a29d5406d (diff) | |
download | libreboot.org-812f1d5acf33605fac16b6837d1f9d262b38f2a4.zip libreboot.org-812f1d5acf33605fac16b6837d1f9d262b38f2a4.tar.gz libreboot.org-812f1d5acf33605fac16b6837d1f9d262b38f2a4.tar.bz2 |
GNU Libreboot: note about i18n (gettext)
Diffstat (limited to 'site')
-rw-r--r-- | site/gnu/index.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/site/gnu/index.php b/site/gnu/index.php index ef5810e..10742a6 100644 --- a/site/gnu/index.php +++ b/site/gnu/index.php @@ -67,6 +67,10 @@ <li>GNU Emacs has decent integration for editing Texinfo documents. See <i>Texinfo mode</i>. We should promote use of Emacs (the lead develop of libreboot is attempting to learn it). It's also very useful in general. We could document it to a limited extent, with quick tips, cheat sheets and links to more guides on other sites.</li> + <li> + i18n should be implemented from the start, so that we can start maintaining versions of the documentation + in non-English languages. GNU Gettext can be used for this + </li> </ul> </li> <li> |