Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilanguage Support via gettext #509

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Multilanguage Support via gettext #509

wants to merge 9 commits into from

Commits on Mar 18, 2013

  1. Multilanguage Support via gettext

    - added gettext encapsulations to all texts i thought necessary
    - added fallback function for the case that the gettext extension isn't loaded
    - added browser language detection
    - added gettext to the list of optional extensions in setup
    - rewritten some of the texts to use sprintf instead of appending strings
    - added german translation file
    - removed mark_overdue-confirm from cannedresponses.inc.php
    belzael committed Mar 18, 2013
    Configuration menu
    Copy the full SHA
    40a89ee View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2013

  1. extend multi language support and a fex fixes

    - Better detection of translation files
    - Added functionality to redirect language codes (see redirecting
    language codes)
    - Ticket Status can be translated
    - The Datepicker can be translated
    - Extended functionality of 'testlang.php' to show what language code is
    used to translate
    belzael committed Mar 22, 2013
    Configuration menu
    Copy the full SHA
    ea86e22 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2013

  1. Forgotten to apply a patch from RC5 to RC6

    - Forgotten to change $var to $vars in line 380 of class.mailfetch.php
    - Removed unneeded comment
    belzael committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    d400f7c View commit details
    Browse the repository at this point in the history
  2. Added php_gettext as primary translation engine

    - Added php_gettext support (thanks to Danilo Segan and Steven
    Armstrong)
    - php_gettext is now the primary translation engine
    - Extended language detection functionality
    belzael committed Mar 25, 2013
    Configuration menu
    Copy the full SHA
    fcafc76 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2013

  1. Configuration menu
    Copy the full SHA
    0a2845e View commit details
    Browse the repository at this point in the history
  2. readd multi language changes to ajax.tickets.php

    - readd multi language changes to ajax.tickets.php, that i removed for
    upstream merging
    belzael committed Mar 29, 2013
    Configuration menu
    Copy the full SHA
    ee1b654 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

  1. Remove multi language changes to merge with 1.7

    removed some changes in
    - include/class.api.php
    - include/class.mailfetch.php
    - include/staff/filter.inc.php
    belzael committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    c01fbdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aba123 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2013

  1. Configuration menu
    Copy the full SHA
    4bd9ec6 View commit details
    Browse the repository at this point in the history