Re: howto track translations

2010-12-09 Thread jcgarciam
It seems very helpful, however i believe this can be used in other places (not only to wicket projects), since it may mislead users to think is wicket specific. However thanks for sharing it. On Thu, Dec 9, 2010 at 4:38 AM, Vijay Kiran-3 [via Apache Wicket] < ml-node+3079700-1936498219-65...@n

Re: howto track translations

2010-12-08 Thread Vijay Kiran
I created a simple maven plugin to check the localizations in the properties files in a project. The plugin scans the folders for .properties file and verifies if there are corresponding files for the specified locales. Also, it checks for the missing labels in other languages. The results can be

re: howto track translations

2010-12-03 Thread Marzia Forli
maybe this can help you: http://cal10n.qos.ch/index.html - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: howto track translations

2010-12-03 Thread Frank van Lankvelt
thanks; I seem to be getting this hint more and more often. It's not built into my IDE, eclipse, hopefully there is a plugin with similar functionality. cheers, Frnak On Fri, Dec 3, 2010 at 11:43 AM, Peter Miklosko wrote: > Not sure how other IDEs but in IntelliJ once you have at least one > tra

Re: howto track translations

2010-12-03 Thread Peter Karich
See differences (only) with the following snippet which assumes the correct/original properties in messages.properties ('englisch'). It will create a property file for the missing keys for 'de' (german) and shows which original keys are unused public static void main(String[] args) throws IO

Re: howto track translations

2010-12-03 Thread Peter Miklosko
Not sure how other IDEs but in IntelliJ once you have at least one translation beside default and you open any of them there at the bottom of the freame are two tabs to switch between "Text" and "Resource bundle". In Resource bundle view it will highlight in red any property that is not available i