Thanks to visit codestin.com
Credit goes to github.com

Skip to content

grom-it/jsp-internationalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JSP Internationalizer Utility

This tool should help you to extract static texts from JSP templates and tag-files.

The extracted texts are stored in a resource file together with a unique key and the source string is replaced with a <spring:message> tag in the processed files. Since the results are not yet perfect and manual validation is still required all changes will only happen in copies of the template files named 'filename.translated.jsp'.

Features

  • replace static text in html elements and attributes by message tag
  • replace static text in JSP attributes by a variable and a corresponding message tag that declares that variable
  • output Java resource file with translations

About

A tool to replace static texts in JSP templates and prepares them for translation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors