Created
February 27, 2009 17:33
-
-
Save timperrett/71586 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LiftRules.resourceBundleFactories.prepend { | |
case locale if locale.getISO3Language == "eng" => new MyResources | |
case locale if locale.getISO3Language == "swe" => new MyResources_sv | |
case locale => | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment