Skip to content

Instantly share code, notes, and snippets.

@farmerbradllc
Created August 15, 2012 19:26
Show Gist options
  • Select an option

  • Save farmerbradllc/3362820 to your computer and use it in GitHub Desktop.

Select an option

Save farmerbradllc/3362820 to your computer and use it in GitHub Desktop.
Add language keys in the theme via velocity
#set ($languageResources = $portal.getClass().forName("com.liferay.portal.language.LanguageResources"))
#set ($VOID = $languageResources.putLanguageMap($locale, {"liferay-1": "Liferay 1 2 3", "liferay-2": "Liferay is cool fdfdfdfs"}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment