i18n: Add locale-based date time formats
This patch adds support for automatic date and time formatting based on a selection of locale. The locale can default to the system or user specified language+locale, or can be elected separately. For instance, English speakers can pick between US, GB, and many other English speaking locales. This also removes the need of the %timezone table and uses the timezonedb built into PHP 5.3+. User's can now select from a much longer list of database and no longer need to deal with the DST checkbox.
Showing
- bootstrap.php 1 addition, 0 deletionsbootstrap.php
- css/jquery.multiselect.filter.css 3 additions, 0 deletionscss/jquery.multiselect.filter.css
- include/ajax.config.php 1 addition, 1 deletioninclude/ajax.config.php
- include/ajax.content.php 1 addition, 1 deletioninclude/ajax.content.php
- include/ajax.kbase.php 1 addition, 1 deletioninclude/ajax.kbase.php
- include/class.auth.php 0 additions, 8 deletionsinclude/class.auth.php
- include/class.config.php 58 additions, 11 deletionsinclude/class.config.php
- include/class.format.php 129 additions, 14 deletionsinclude/class.format.php
- include/class.forms.php 20 additions, 23 deletionsinclude/class.forms.php
- include/class.i18n.php 36 additions, 0 deletionsinclude/class.i18n.php
- include/class.misc.php 12 additions, 10 deletionsinclude/class.misc.php
- include/class.note.php 1 addition, 1 deletioninclude/class.note.php
- include/class.osticket.php 0 additions, 4 deletionsinclude/class.osticket.php
- include/class.pdf.php 7 additions, 9 deletionsinclude/class.pdf.php
- include/class.staff.php 11 additions, 19 deletionsinclude/class.staff.php
- include/class.thread.php 3 additions, 12 deletionsinclude/class.thread.php
- include/class.ticket.php 5 additions, 18 deletionsinclude/class.ticket.php
- include/client/faq.inc.php 1 addition, 1 deletioninclude/client/faq.inc.php
- include/client/profile.inc.php 0 additions, 11 deletionsinclude/client/profile.inc.php
- include/client/register.inc.php 1 addition, 13 deletionsinclude/client/register.inc.php
Loading
Please register or sign in to comment