Documentation for iRedMail
Go to file
Zhang Huangbin 05bc2efd0c Fix invalid link of Roundcube upgrade tutorial (Roundcube team migrated old trac system to github, but not restore upgrade tutorial. fortunately, it's now restored.) 2016-05-08 16:25:42 +08:00
en_US Fix invalid link of Roundcube upgrade tutorial (Roundcube team migrated old trac system to github, but not restore upgrade tutorial. fortunately, it's now restored.) 2016-05-08 16:25:42 +08:00
html Fix invalid link of Roundcube upgrade tutorial (Roundcube team migrated old trac system to github, but not restore upgrade tutorial. fortunately, it's now restored.) 2016-05-08 16:25:42 +08:00
lv_LV Typo. 2016-04-24 22:21:04 +08:00
tools Automatically list all available languages under article title while converting. 2016-04-22 12:33:25 +08:00
zh_CN New: zh_CN/installation/0-install.iredmail.on.debian.ubuntu.md. 2016-05-06 16:02:26 +08:00
.hgignore Pack all HTML files for offline reading. 2014-10-10 14:17:58 +08:00
README.md Fix typo in README.md. 2016-05-05 22:54:51 +08:00
USAGE.md Typo. 2016-04-22 13:13:31 +08:00
convert.sh Add a Latvian translation: performance.tuning-lv_LV.html. 2016-04-23 21:57:42 +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. for example:
    • de_DE for German
    • zh_CN for Chinese
  • Add file [xx_XX]/_lang.md with the full name of the language. for example:
    • English in en_US/_lang.md
    • Deutsch in de_DE/_lang.md
    • 简体中文 in zh_CN/_lang.md.
  • Copy the markdown document you want to translate to new language directory, create the same sub-directory as original document. For example, to translate en_US/howto/reset.user.password.md to Chinese, please create directory zh_CN/howto/ and copy reset.user.password.md to zh_CN/howto/ (with same file name).
  • Translate the file and send a pull request.