iredmail-doc/html/translate.iredadmin.html

42 lines
2.3 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>iRedAdmin: Translate iRedAdmin to your local language</title>
<link href="./css/markdown.css" rel="stylesheet"></head>
</head>
<body>
<div id="navigation">
<a href="http://www.iredmail.org" target="_blank">iRedMail web site</a>
// <a href="./index.html">Document Index</a>
</div><h1 id="iredadmin-translate-iredadmin-to-your-local-language">iRedAdmin: Translate iRedAdmin to your local language</h1>
<p>If you want to help translate iRedAdmin to your local language, please contact
us to get the latest file which contains all translation items. You can open
the file with your faviourte text editor, translate new items and/or fix existing
improper items. Mail the translated file to email address
<code>support _at_ iredmail.org</code>, we will handle rest work.</p>
<p>If you already have iRedAdmin or iRedAdmin-Pro installed, you can find
translated languages under <code>i18n/</code> directory. If you are about to translate
it to a new language, you can copy file <code>i18n/iredadmin.po</code>, translate it,
and mail translated file to us.</p>
<p>To verify translated items, you can translate the items first (e.g.
<code>i18n/es_ES/LC_MESSAGES/iredadmin.po</code> for Spainish), then run script to compile
it:</p>
<pre><code># cd /path/to/iRedAdmin-Pro/
# cd i18n/
# bash translation.sh es_ES # &lt;- Update Spainish language (es_ES)
</code></pre>
<p>Restarting Apache or uwsgi (if you're running Nginx) service is required to
reload new translation.</p>
<p>Your help is greatly appreciated.</p><p style="text-align: center; color: grey;">Document published under a <a href="http://creativecommons.org/licenses/by-nd/3.0/us/" target="_blank">CC BY-ND 3.0</a> license. If you found something wrong, please do <a href="http://www.iredmail.org/contact.html">contact us</a> to fix it.<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-3293801-21', 'auto');
ga('send', 'pageview');
</script>
</body></html>