Skip to content

Supports natural language localization using a string interpolator

License

Notifications You must be signed in to change notification settings

dboresjo/play-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-lang

Provides localisation support for play applications using a string interpolator

Enables use of natural language in code directly:

given Lang = FRENCH
println(en"The Play Framework's localisation support was in need of some improvement.")

Outputs:

"La prise en charge de la localisation de Play Framework avait besoin d'être améliorée."

given Lang = SPANISH
println(en"The Play Framework's localisation support was in need of some improvement.")

Outputs:

"El soporte de localización de Play Framework necesitaba algunas mejoras."

About

Supports natural language localization using a string interpolator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages