discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Renaissance - make_strings doesn't works?


From: Nicola Pero
Subject: Re: Renaissance - make_strings doesn't works?
Date: Sat, 10 Jul 2010 20:56:16 +0200

Hi Paul,

make_strings does not support gsmarkup files.

Renaissance does contain code to extract them, as shown by the GSMarkupLocalizableStrings.app in renaissance/Tools/, which will extract all the localizable strings from a .gsmarkup file, but there is
no ready-to-use tools such as make_strings.

We could either extend GSMarkupLocalizableStrings.app to generate and manage the localizable strings files in the same way as make_strings does, or ideally to avoid duplicating all of the make_strings code in there, we could modify make_strings so that you can plug in a Renaissance bundle/extension that will allow it to extract localizable strings from a .gsmarkup file ?

Unfortunately, that means you'd need gnustep-base's make_strings on Apple as well, so I guess maybe we do need to duplicate the functionality to have a cross-platform tool to manage localizable strings ? :-(

Thanks

On 10 Jul 2010, at 11:40, Paul Chany wrote:

Hi,

I develope a Renaissance application, the LPT_Interface.app.
I have LPT_Interface.gsmarkup and Menu-GNUstep.gsmarkup files to
translate.

When I run the command:

make_strings -L "Hungarian Serbian_Latin" *.gsmarkup

The make_strings command run without any warnings and errors.
But I get not any Localizable.strings files neither in Hungarian.lproj
nor in Serbian_Latin.lproj directories. Why?

The sources can on download with ftp:
$ ftp csanyi-pal.info
ftp> cd objective-c
ftp> get LPT_Interface.tar.bz2

Any advices will be appreciated!

--
Regards,
Paul Chany
You can freely correct my English.
http://csanyi-pal.info


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep




reply via email to

[Prev in Thread] Current Thread [Next in Thread]