Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create a new language file copying the base content from Bundle.js. For Eg. Bundle_ta_IN.js.

  • Copy this new file in to Oviyam2/js/i18n/Bundle_ta_IN.js

  • Add this new language file details in oviyam2/WEB-INF/classes/conf/oviyam2-7-config.xml configuration file under languages section.

Eg.

Code Block
  <language>
     <lang>Tamil</lang>
     <country>India</country>
     <localeID>ta_IN</localeID>
     <selected>false</selected>
  </language>
  • Rebuild the war file and deploy it in JBoss/Tomcat deploy folder.

  • The newly added language file will be processed and shown in the languages list in Oviyam’s - Settings - Preferences Page.

...