Hi,

The goal of the programm is the handling of properties files with excel and languages. The programm will create a config property file and database files into .locapp in your user home directory.

* scan your project for *.properties files (cmd: f DIR)
* import properties into the database (cmd: ip)
* get excel with a column for each language (cmd: ee DIR)
* (re)import excel file (cmd: ei path-to-file)
* write it back to properties files (cmd: ep DIR)
* ask for integrity between properties files (SRC) vs. excel data (XLS): (cmd: ci [LANGUAGE])
* count entries for analysing your differences between languages (cmd: pc)
* find empty entries for all languages or one language with the empty flag ("1") * get single language and optional only empty values (cmd: ee DIR en 1) -> en=language; 1=empty strings

- You can export all entries with all languages
- You can export single language with all entries or only with empty values
- You can merge entries from SRC (properties files) or XLS with versions
    Example: "mp XLS" will merge XLS entries with version 1 and version 2 - the higher version will win.

- write back into properties with "ep DIR". The programm exports the last version of XLS entries into the know files (cmd f). If your last excel-import(ei) was a fullset or subset of entries, so you can export only this and not all known properties.

Greets
Kyrindor


Am 26.05.2018 um 13:43 schrieb Martin Grigorov:
Hi,

 From the project's README it is not very clear to me what your application
does but it reminds me of
https://github.com/pingunaut/wicketmessages-maven-plugin

On Fri, May 25, 2018 at 8:13 PM, kyrindorx <kyrind...@gmail.com> wrote:

Hey all,

I have a idea to handle java properties files in Apache Wicket. We use
this little helper in our projects, too :)
So check it out and test it: https://t.co/7RNgdC6VlD

Bye
Kyrindor

PS: It's open source (MIT License)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to