Skip to content

Instantly share code, notes, and snippets.

@timperrett
Created February 27, 2009 17:33
Show Gist options
  • Save timperrett/71586 to your computer and use it in GitHub Desktop.
Save timperrett/71586 to your computer and use it in GitHub Desktop.
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