Versions Compared

Key

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

...

  1. Copy an existing translation, e.g. "default", "es_ES", or "de_DE" found in the Bedework source in
    <quickstart>/bedework/deployment/webpublic/webapp/resources/demoskins/MainCampus/

    Code Block
    languagebash
    titleExample:
    cp <quickstart>/bedework/deployment/webpublic/webapp/resources/demoskins/MainCampus/es_ES <quickstart>/bedework/deployment/webpublic/webapp/resources/demoskins/MainCampus/fr_CA



  2. Update the MainCampus/YOUR_LANG/strings.xsl and MainCampus/YOUR_LANG/localeSettings.xsl files inside your new locale directory.  Most changes will be to the strings.xsl file, translating the many strings used by the web client.

  3. IF you wish to use your new locale directory as the default language,
    1. rename MainCampus/default to MainCampus/en_US
    2. rename your new locale directory to MainCampus/default

When Bedework is rebuilt, your locale directory will be deployed to:

...