Skip to content

Script written in Java to generate i18n properties file for translation of JSF Applications

Notifications You must be signed in to change notification settings

josepaiva94/I18NPropertiesGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

I18NPropertiesGenerator

Script written in Java to generate i18n properties file for translation of JSF Applications

How to use it?

  • Input files should be placed under resources/ folder
  • Files with terms should be named terms_{locale}(.txt)
  • The files with keys should be named keys(.txt) (If this file does not exists, the english terms file will be used to generate the keys. If there is also no file with english terms, a "random" terms file is selected)
  • Generated files are placed in resources/output/ folder

About

Script written in Java to generate i18n properties file for translation of JSF Applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages