Resource Bundle Translation Site Wiki
Translation web site is used to translate java resource bundles.
Brought to you by:
tlaukkan
unzip translation-site-jetty-x.x.x.zip
edit translation-site-ext.properties
port = 8083
bundle-character-set = UTF-8
bundle-path-prefixes = *:src/main/resources/translation-site-localization
synchronize-period-millis = 60000
pre-synchronize-command-hook = echo "Synchronization started."
post-synchronize-command-hook = echo "Synchronization completed."
schema-name = translation
schema-version = 0002
javax.persistence.jdbc.url = jdbc:postgresql://127.0.0.1:5432/site
javax.persistence.jdbc.user = site
javax.persistence.jdbc.password = password
javax.persistence.jdbc.driver = org.postgresql.Driver
smtp-host =
create database by executing with psql the schema sql files under database folder.
java -jar translation-site-jetty.jar
Create group with name fi_FI or fi_ and assign users to send them email about translations related fi_FI locale or fi locale.