summaryrefslogtreecommitdiff
path: root/library/WT/I18N.php
AgeCommit message (Expand)AuthorFilesLines
2013-03-08Fix: wrong language being selected from HTTP_ACCEPT_LANGUAGE when the default...fisharebest1-2/+6
2013-02-28Fix: search engines (or any visitor with HTTP_ACCEPT_LANGUAGE headers) should...fisharebest1-4/+2
2012-11-16Cosmetic: updates to I18N hintsfisharebest1-8/+8
2012-09-24Fix startup dependency issue. Cannot choose a language without knowing the t...fisharebest1-1/+1
2012-09-13Complete rewrite of the handling of lists of trees:fisharebest1-1/+1
2012-09-06Remove redundant DIRECTORY_SEPARATORfisharebest1-3/+3
2012-06-30Performance. PHP has no native function for integer division. floor($x/$y) ...fisharebest1-5/+5
2012-02-29Use HTML5 markup instead of PrintReady(), hasRTLText(), utf8_direction(), etc...fisharebest1-48/+3
2012-02-27Remove debugfisharebest1-1/+1
2012-02-27Better fix for: "Fix: need backslashes for windows..."fisharebest1-2/+2
2012-02-27Fix: need backslashes for windows...fisharebest1-1/+1
2012-02-27PERFORMANCE: Use APC cache instead of File cache for Zend Translate/Locale co...fisharebest1-16/+30
2012-02-11Use "self::" when referring to ourselffisharebest1-41/+41
2012-02-03Centuries - 2001 is in the 21st century, not the 20th.fisharebest1-31/+0
2012-02-01Upgrade datatables.js library to 1.9.0 - allows us to localise pagination but...fisharebest1-0/+13
2012-01-13Functions in WT_I18N.php should be based on data from the CLDR. Nicknames ma...fisharebest1-7/+0
2012-01-12add code for displaying NICK names in typographic quotation marksƁukasz Wilenski1-2/+7
2012-01-03Fix: localised numbers are actually stringsfisharebest1-13/+14
2011-12-27Add I18N for agesfisharebest1-5/+3
2011-12-27Add I18N for years. Use CE/BCE notation for Julian dates, to easily distingu...fisharebest1-5/+11
2011-12-20#901076 - Fatal error: Uncaught exception 'Zend_Session_Exception' fisharebest1-4/+1
2011-12-06Add support for translation of ", " as a list separatorfisharebest1-1/+5
2011-12-05#900473 - RTL Setup wizard error at download stagefisharebest1-2/+6
2011-12-03#899480 - Empty list tables message not translatedfisharebest1-2/+1
2011-12-03Small correction to 12965Nigel Osborne1-1/+1
2011-12-03Added dataTables translation for "No data available in table"Nigel Osborne1-0/+1
2011-11-30Replace 12951 with more generic fix.fisharebest1-5/+7
2011-11-29#584835 - remove more references to $_SESSION and use $WT_SESSION insteadfisharebest1-3/+5
2011-11-24I18N: translate some more numbers in the datatables headers. It is still not...fisharebest1-1/+25
2011-11-23I18N: move datatables translations to the same placefisharebest1-0/+42
2011-11-23I18N: add the ability to translate the "a.m." and "p.m." time indicatorsfisharebest1-1/+1
2011-11-22Farsi and Arabic both use the arabic script, but with different digits. See ...fisharebest1-3/+3
2011-11-05Change document headers from XTHML to HTML5.fisharebest1-1/+1
2011-08-04The fix for #773291 causes setup to fail. We cannot use the user-defined cac...fisharebest1-5/+10
2011-07-23#773291 - Safe Mode can breack the defaulf tmp folderfisharebest1-6/+10
2011-07-21#773291 - Safe Mode can breack the defaulf tmp folderfisharebest1-2/+5
2011-06-16Add support for debugging languagesfisharebest1-17/+32
2011-05-17Printing facts: Allow I18N of punctuation, ensure user input is escaped befo...fisharebest1-8/+1
2011-05-12I18N: add support for the translation of numbers. For example, 12345.67. In...fisharebest1-10/+27
2011-05-08Split the WT_I18N::translate() function into two parts - translation and embe...fisharebest1-37/+26
2011-04-26Fix: highlighting wrong initial letter on indilist page, for languages with m...fisharebest1-4/+0
2011-04-26Put back code removed in svn 11349Nigel Osborne1-0/+3
2011-04-24Remove old/unused configuration/translation settingsfisharebest1-6/+0
2011-03-28Fix: html entities appearing in tooltips in mixed LTR/RTL pagesfisharebest1-2/+2
2011-03-13Integrate the "custom text" functionality into the main code. User translati...fisharebest1-1/+19
2011-03-04Careless bug in (Performance: do not translate the same language name twice)fisharebest1-2/+2
2011-03-04Performance: do not translate the same language name twicefisharebest1-3/+7
2011-03-03Performance: Use Zend_Cache to speed up Zend_Translatefisharebest1-1/+5
2011-02-19Convert digits to local script when embedding numbers in translation stringsfisharebest1-1/+7
2011-02-13Fix typefisharebest1-1/+2