blob: 1c546d46d086f6ed712624acdaa61c58a2b9f0ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Script%20for%20lang%3C-%3Epo%20conversion%20to%20translate%0A%20Mageia%20web%20pages&In-Reply-To=%3Cop.wkddz5hel2zvei%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="003373.html">
<LINK REL="Next" HREF="003375.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages</H1>
<B>Yuri Chornoivan</B>
<A HREF="mailto:mageia-i18n%40mageia.org?Subject=Re%3A%20%5BMageia-i18n%5D%20Script%20for%20lang%3C-%3Epo%20conversion%20to%20translate%0A%20Mageia%20web%20pages&In-Reply-To=%3Cop.wkddz5hel2zvei%40localhost%3E"
TITLE="[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages">yurchor at ukr.net
</A><BR>
<I>Sun Sep 9 15:20:19 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="003373.html">[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages
</A></li>
<LI>Next message: <A HREF="003375.html">[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3374">[ date ]</a>
<a href="thread.html#3374">[ thread ]</a>
<a href="subject.html#3374">[ subject ]</a>
<a href="author.html#3374">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>написане Sun, 09 Sep 2012 15:51:44 +0300, Dimitrios Glentadakis
<<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">dglent at gmail.com</A>>:
><i> Στις 09/09/2012 14:40:43 Filip Komar έγραψε:
</I>>><i> Thanks Yuri. Nice job. I think it's worth committing it in svn[1].
</I>>><i>
</I>>><i> On 9 September 2012 14:16, Dimitrios Glentadakis <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-i18n">dglent at gmail.com</A>>
</I>>><i> wrote:
</I>>>><i> But what about the already translated .lang files ?
</I>>>><i> The only way to work with po files is to run the script and translate
</I>>>><i> them again ? (i hope no :))
</I>>><i>
</I>>><i> Dimitrios, did you miss this part of explanation?
</I>>>>><i> If you ever need to update something (.lang's were updated or you
</I>>>>><i> found a
</I>>>>><i> typo, etc.) just run
</I>>>>><i> python langpo.py
</I>>><i>
</I>>><i>
</I>>><i>
</I>>><i> I hope that someone will test this procedure some more and put it in
</I>>><i> wiki. I'm sure that this script deserve that.
</I>>><i>
</I>>><i> Best regards,
</I>>><i> Filip.
</I>>><i>
</I>>><i> [1] <A HREF="http://svnweb.mageia.org/soft/i18n-tools/">http://svnweb.mageia.org/soft/i18n-tools/</A>
</I>><i>
</I>><i> I run the script in the folder with the English .lang files, how i will
</I>><i> merge them with my existing .lang files?
</I>><i> If i run the script in the el folder nothing happens
</I>
Attached is a one-time converter for existing translations.
Run it as
python translated_converter.py -l <lang_code>
(Ex.: python translated_converter.py -l el)
in a folder of translations. Then copy po's with their folders into /en
folder and run
python langpo.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: translated_converter.py
Type: application/octet-stream
Size: 2517 bytes
Desc: not available
URL: </pipermail/mageia-i18n/attachments/20120909/c36e610c/attachment.obj>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="003373.html">[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages
</A></li>
<LI>Next message: <A HREF="003375.html">[Mageia-i18n] Script for lang<->po conversion to translate Mageia web pages
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#3374">[ date ]</a>
<a href="thread.html#3374">[ thread ]</a>
<a href="subject.html#3374">[ subject ]</a>
<a href="author.html#3374">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-i18n">More information about the Mageia-i18n
mailing list</a><br>
</body></html>
|