Announcement

Collapse
No announcement yet.

Change language

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change language

    Hi all,

    Could someone explain me how to change OX's language to catalan or spanish?

    I installed OX:CE using the debian installer. I found out ca_ES.js and es_ES.js at /var/www/ox/lang/ and I added this line in the file languages.js of the same directory.

    "ca_ES": "Catalan"

    I rebooted, but still doesn't appear Catalan in language options.

    Thanks in advance.

  • #2
    Originally posted by Nildur View Post
    Hi all,

    Could someone explain me how to change OX's language to catalan or spanish?

    I installed OX:CE using the debian installer. I found out ca_ES.js and es_ES.js at /var/www/ox/lang/ and I added this line in the file languages.js of the same directory.

    "ca_ES": "Catalan"

    I rebooted, but still doesn't appear Catalan in language options.

    Thanks in advance.
    Please note that each language line except the last one must end with a comma.
    languages.js as
    var all_languages = {

    "ca_ES": "Català",
    "de_DE": "Deutsch",
    "en_US": "English",
    "fr_FR": "Français",
    "ja_JP": "日本語",
    "xx_XX": "Language name"


    };

    Comment


    • #3
      Originally posted by liuxulin View Post
      Please note that each language line except the last one must end with a comma.
      languages.js as
      var all_languages = {

      "ca_ES": "Català",
      "de_DE": "Deutsch",
      "en_US": "English",
      "fr_FR": "Français",
      "ja_JP": "日本語",
      "xx_XX": "Language name"


      };
      i successful

      Comment


      • #4
        Originally posted by liuxulin View Post
        Please note that each language line except the last one must end with a comma.
        I know...

        It's a curious thing, a day later, the new language is now available altough yesterday I didn't do more changes.

        Maybe it has been a navigator's cache issue?

        By the way, thanks for reply.

        Comment


        • #5
          Yes, i think this is a caching problem. After an update of the GUI, please make sure your clear your browser cache!
          Markus Wagner
          Open-Xchange Quality Assurance

          Comment

          Working...
          X