* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
@ 2008-01-14 11:16 ` Morten K. Poulsen
2008-08-30 15:25 ` Nikolay Derkach
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Morten K. Poulsen @ 2008-01-14 11:16 UTC (permalink / raw)
To: mlmmj
On Mon, 2008-01-14 at 12:12 +0100, Morten K. Poulsen wrote:
> If you write a tool to do it (could be using unicode.c from mlmmj),
That would be unistr.c
Morten
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
2008-01-14 11:16 ` Morten K. Poulsen
@ 2008-08-30 15:25 ` Nikolay Derkach
2008-08-30 19:34 ` Thomas Goirand
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Nikolay Derkach @ 2008-08-30 15:25 UTC (permalink / raw)
To: mlmmj
[-- Attachment #1: Type: text/plain, Size: 506 bytes --]
Hi,
Cool... I wasn't subscribed to this mailing list, just sent a mail to
Mads Martin Joergensen. Thanks to Pavel Piatruk, who pointed me to a
discussion about Russian translation.
I attached converted translations, for those who interested how to
make those, here is the trick:
cat file | uni2ascii -a U > file.ascii
uni2ascii can be found at http://billposer.org/Software/uni2ascii.html
PS: In my opinion, localizations in ascii is a nonsense, really it's a
step back.
--
Regards, Nikolay Derkach
[-- Attachment #2: ru-ascii.tar.bz2 --]
[-- Type: application/x-bzip2, Size: 3350 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
2008-01-14 11:16 ` Morten K. Poulsen
2008-08-30 15:25 ` Nikolay Derkach
@ 2008-08-30 19:34 ` Thomas Goirand
2008-08-30 20:01 ` Nikolay Derkach
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Thomas Goirand @ 2008-08-30 19:34 UTC (permalink / raw)
To: mlmmj
Nikolay Derkach wrote:
> cat file | uni2ascii -a U > file.ascii
>
> uni2ascii can be found at http://billposer.org/Software/uni2ascii.html
What's the advantage of uni2ascii compared to iconv that is a standard
tool shipped with all libc6 setup?
> PS: In my opinion, localizations in ascii is a nonsense, really it's a
> step back.
Every software should use gettext(), that's for sure!
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
` (2 preceding siblings ...)
2008-08-30 19:34 ` Thomas Goirand
@ 2008-08-30 20:01 ` Nikolay Derkach
2008-08-31 17:18 ` Morten K. Poulsen
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Nikolay Derkach @ 2008-08-30 20:01 UTC (permalink / raw)
To: mlmmj
On Sat, Aug 30, 2008 at 11:34 PM, Thomas Goirand <thomas@goirand.fr> wrote:
> Nikolay Derkach wrote:
>> cat file | uni2ascii -a U > file.ascii
>>
>> uni2ascii can be found at http://billposer.org/Software/uni2ascii.html
>
> What's the advantage of uni2ascii compared to iconv that is a standard
> tool shipped with all libc6 setup?
Maybe, but I took a quick look at iconv and didn't succeed with it
(tried -f utf8 -t ascii).
>> PS: In my opinion, localizations in ascii is a nonsense, really it's a
>> step back.
>
> Every software should use gettext(), that's for sure!
That doesn't contradict my statement.
--
Regards, Nikolay Derkach
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
` (3 preceding siblings ...)
2008-08-30 20:01 ` Nikolay Derkach
@ 2008-08-31 17:18 ` Morten K. Poulsen
2008-08-31 17:19 ` Morten K. Poulsen
2008-08-31 18:01 ` Thomas Goirand
6 siblings, 0 replies; 8+ messages in thread
From: Morten K. Poulsen @ 2008-08-31 17:18 UTC (permalink / raw)
To: mlmmj
On Sat, 2008-08-30 at 19:25 +0400, Nikolay Derkach wrote:
> I attached converted translations,
Cool, thanks. I will commit it as soon as I get some Internet access at
home (yes, I am the *master* of excuses).
> for those who interested how to make those, here is the trick:
>
> cat file | uni2ascii -a U > file.ascii
>
> uni2ascii can be found at http://billposer.org/Software/uni2ascii.html
Nice tool.
> PS: In my opinion, localizations in ascii is a nonsense, really it's a
> step back.
What is your alternative (which must not depend on a given character
encoding of the files)?
Best regards,
Morten
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
` (4 preceding siblings ...)
2008-08-31 17:18 ` Morten K. Poulsen
@ 2008-08-31 17:19 ` Morten K. Poulsen
2008-08-31 18:01 ` Thomas Goirand
6 siblings, 0 replies; 8+ messages in thread
From: Morten K. Poulsen @ 2008-08-31 17:19 UTC (permalink / raw)
To: mlmmj
On Sun, 2008-08-31 at 03:34 +0800, Thomas Goirand wrote:
> Every software should use gettext(), that's for sure!
I am looking forward to a patch.
Best regards,
Morten
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: Russian translations for mlmmj
2008-01-14 11:12 Russian translations for mlmmj Morten K. Poulsen
` (5 preceding siblings ...)
2008-08-31 17:19 ` Morten K. Poulsen
@ 2008-08-31 18:01 ` Thomas Goirand
6 siblings, 0 replies; 8+ messages in thread
From: Thomas Goirand @ 2008-08-31 18:01 UTC (permalink / raw)
To: mlmmj
Morten K. Poulsen wrote:
> On Sun, 2008-08-31 at 03:34 +0800, Thomas Goirand wrote:
>> Every software should use gettext(), that's for sure!
>
> I am looking forward to a patch.
>
> Best regards,
> Morten
Sorry, I wont have the time to do a patch for it, I'm too busy for my
own programming myself for our control panel. I'm following the
development of MLMMJ because it's fully supported in it. I guess you
know already, no?
But if you want, I can help you guys to know how works gettext(), it's a
wonderful piece of software. I once used to do silly hacks, and now I'm
so happy of the move. With it, you have one file per language, and each
of them can use whatever encoding the translator decides. I'm not sure,
however, if anything else than UTF-8 should be used...
Thomas
^ permalink raw reply [flat|nested] 8+ messages in thread