Skip to content

Commit

Permalink
[SHIBUI-467]
Browse files Browse the repository at this point in the history
doc
  • Loading branch information
jj committed Oct 9, 2018
1 parent 0104cd8 commit 0e10d86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions INTERNATIONALIZATION.md → docs/INTERNATIONALIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

The Shibboleth UI leverages the messages_*_*.properties files common to Java/Spring applications. The default files are located in `backend > src > main > resources > i18n`.

To use a custom file, it is recommended that you make a copy of the appropriate file and add it to the classpath in the
`i18n` package. See [CUSTOMIZATIONS] for more information. For instance, if using the executable JAR and wanting to
customize the English file, one would create a file called `1ibs/i18n/messages_en.properties` in the same directory as the
JAR file and set the appropriate `loader.properties`.

This will allow any piece of static text in the application to be modified dynamically.

## Usage
Expand Down

0 comments on commit 0e10d86

Please sign in to comment.