Versions Compared

Key

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

...

Bedework has english, spanish and german translations included by default. These translations handle the translation of literals (‘save’, ‘cancel’, etc.) for your language. So, if your navigator has one of those languages as preferred language, no other steps are required to see Bedework on in your language.

 If If you need a language other language than these, take a look at a folder like (for public calendar):

…/jboss-5.1.0.GA/server/default/deploy/ROOT.war/calrsrc.MainCampus/es_ES/default

 

There you can find the files containing the strings for Spanish translation as an example. Changes must be done mainly at strings.xsl file. You should add a new folder, in a similar fashion with your corresponding translations as:

...

perform the following steps.  These steps outline the process used for the MainCampus calendar suite of the public web client, but the process would be the same for a different public calendar suite or for the the personal web client.

  • 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
  • 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.

  • 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:

<quickstart>/jboss-5.1.0.GA/server/default/deploy/ROOT.war/calrsrc.MainCampus/YOUR_LANG/default  

...

If you don't wish to rebuild, you can copy your directory in manually.