El 04/12/13 23:31, Thomas Wrobel escribió:
> How many strings we talking about here? I use dictionary all the time, but
> never for more then a dozen parameters.
> The downside I think is that the end user will have to load all the
> languages they arnt using - but unless we are talking about hundreds of
> words here, that's likely insignificant. Plus, it would let them select a
> languages from a menu and have it change instantly without refreshing.

$ for i in `find src -name *_es.properties`; do cat $i | egrep -v
"^#|^$" ;done  | wc
     79     367    2267

BR,

Reply via email to