Documentation for iRedMail
Go to file
Zhang Huangbin e1b2a2f11c Update README.md, USAGE.md. 2016-04-22 12:37:35 +08:00
en_US Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
html Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
tools Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
zh_CN Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
.hgignore Pack all HTML files for offline reading. 2014-10-10 14:17:58 +08:00
README.md Update README.md, USAGE.md. 2016-04-22 12:37:35 +08:00
TODO.md Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
USAGE.md Update README.md, USAGE.md. 2016-04-22 12:37:35 +08:00
convert.sh Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00

README.md

Please visit http://www.iredmail.org/docs/ to read converted documents in HTML format, get support in our forum: http://www.iredmail.org/forum/.

How to translate and contribute

  • Create a new directory and name it to the short language code. e.g. for Germany, please name it zh_CN.
  • Add file zh_CN/_lang.md with the full name of the language. e.g. write English in en_US/_lang.md, 简体中文 in zh_CN/_lang.md.
  • Copy the markdown document you want to translate to new language directory, create the same sub-directories as original document. For example, to translate en_US/howto/reset.user.password.md, please create zh_CN/howto/ and copy reset.user.password.md to zh_CN/howto/.
  • Translate the file and send a pull request.