summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html')
-rw-r--r--zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html b/zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html
new file mode 100644
index 000000000..ec28d0bfc
--- /dev/null
+++ b/zarb-ml/mageia-i18n/attachments/20110607/860b846c/attachment.html
@@ -0,0 +1,9 @@
+<p>Fedora is doing something like that, it works quite good :)</p>
+<p>// kris</p>
+<div class="gmail_quote">Den 07/06/2011 16.59 skrev &quot;Yuri Chornoivan&quot; &lt;<a href="mailto:yurchor@ukr.net">yurchor@ukr.net</a>&gt;:<br type="attribution">&gt; написане Tue, 07 Jun 2011 17:34:22 +0300, Oliver Burger <br>
+&gt; &lt;<a href="mailto:oliver.bgr@googlemail.com">oliver.bgr@googlemail.com</a>&gt;:<br>&gt; <br>&gt;&gt; Diego Bello &lt;<a href="mailto:dbello@gmail.com">dbello@gmail.com</a>&gt; schrieb am 07.06.2011<br>&gt;&gt;&gt; On Tue, Jun 7, 2011 at 10:14 AM, Oliver Burger<br>
+&gt;&gt;&gt; &lt;<a href="mailto:oliver.bgr@googlemail.com">oliver.bgr@googlemail.com</a>&gt; wrote:<br>&gt;&gt;&gt; &gt; Diego Bello &lt;<a href="mailto:dbello@gmail.com">dbello@gmail.com</a>&gt; schrieb am 07.06.2011<br>
+&gt;&gt;&gt; &gt;&gt; One topic: how to automate website translations.<br>&gt;&gt;&gt; &gt; What do you mean by automation?<br>&gt;&gt;&gt; Use something similar to Transifex. New strings are available, we<br>&gt;&gt;&gt; work, you commit.<br>
+&gt;&gt; Ah, ok.<br>&gt; <br>&gt; It can be done through po4a. Some website.config like this:<br>&gt; <br>&gt; [po4a_paths] po/website.pot<br>&gt; [type: xml] index.php<br>&gt; [type: xml] locale.php<br>&gt; [type: xml] for_you.php<br>
+&gt; [type: xml] release.php<br>&gt; <br>&gt; then<br>&gt; <br>&gt; po4a website.config<br>&gt; <br>&gt; then connect Tx.net to website.pot, translate, import, and (e.g. for <br>&gt; Ukrainian)<br>&gt; <br>&gt; for i in *.php<br>
+&gt; do<br>&gt; po4a-translate -f xml -m $i -M utf-8 -p po/uk.po -l uk/${i%.*}-uk.php<br>&gt; done<br>&gt; <br>&gt; Is this the realistic way?<br></div>