Translations editor

Though this tool is normally run using the maven plugin (which gets all the configuration from the pom), it is also possible to use the translations tool directly. In that case, you have to pass the ini file which contains the settngs.


[config]
# the file to be edited
target-file=/java/equanda/test/src/etc/site_tapestry/site.war/translations.txt
# the lack of labels will be checked (and the table lines coloured) only for these languages
verify-languages=en;fr;nl;ro
# should the menus for importing from db description be available?
show-db=true

[gui]
width=1000
height=600

# settings for the import of keys from xml descriptions of the database
[equanda]
appdir=/java/equanda/test/src/equanda/xejb
definition=dm.xml
import-db-keys-only=false
infrastructure=true
context=equanda-table
# there may be some extra keys in the equanda-table context, not representing db items. Don't want to remove these when checking if items are still in the database
key-prefixes-to-keep=
  • 1. Translations editor