Who wants new ideas for plugin???
Hi, folk.
I'm a web developer. And i need to support localization of web applications, let it be, for English, Russian and German languages. All localized string resouces located in
folder and named
and so on.
Every time when we want to add new string message we must add in all file new string
This is very inconveniently. So we decide to use Excel file. And use Active Perl to parse to property file every time when we change resources.
I repeat this is inconveniently.
I am looking for plugin which can edit property file like in Excel, save it into properties file, and automatic convert with native2ascii tool.
Who wants new IDEAs for plugin???
Please sign in to leave a comment.
As a temporary solution you may use Forte, which does this very good (l10n is the only thing that I used Forte for).
IntelliJ people promised to add i18n support in one of the next major releases, but I think it is not very hard to write a plugin with a functionality similar to Forte's property editor. Unfortunately I am too loaded with work now to do this myself.
Anatol wrote:
Are you looking for something like this: Zaval JRC Editor (http://www.zaval.org)
Stefan