Logo white

Peter M. Groen / knowledgetree

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 9,762
  • Compare
  • Branches 2
  • Tags 28
  • knowledgetree
  • lib
  • i18n
27 Oct, 2006
1 commit
  • Silence a PHP notice-level error message ...
    29a5c20f
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@6031 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-10-27 14:48:54 +0000  
    Browse Dir »

27 Jul, 2006
1 commit
  • move to new license. ...
    f93fb83a
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5758 c91229c3-7414-0410-bfa2-8a42b809f60b
    Brad Shuttleworth authored
    2006-07-27 10:17:43 +0000  
    Browse Dir »

04 Jun, 2006
1 commit
  • Move all plugin-dynamic structures into $GLOBALS['_KT_PLUGIN'] for easier later ...
    526faee1
    caching.
    
    Implement the caching code, but don't use it yet.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5492 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-06-04 20:50:43 +0000  
    Browse Dir »

22 May, 2006
1 commit
  • KTS-931: stop use of short tags ...
    c81270bc
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5416 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-05-22 10:59:24 +0000  
    Browse Dir »

12 Apr, 2006
1 commit
  • Let _kt() take an optional second parameter - the "domain" to search for ...
    d5d37de7
    the text.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5229 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-04-12 20:57:43 +0000  
    Browse Dir »

27 Mar, 2006
2 commits
  • Allow for language to be chosen on login, setting a cookie that will be ...
    e5663daa
    used from then on.  Language names are registered by a plugin.
    
    Allow for plugins to be ordered, so that language plugins can set
    themselves up early on, so that later plugins can translate text to the
    language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5142 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:50:22 +0000  
    Browse Dir »
  • Grab language to use from a cookie, and implement _kt using the internal ...
    0ea21be4
    i18n infrastructure.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5141 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-27 10:47:08 +0000  
    Browse Dir »

26 Mar, 2006
1 commit
  • Allow for languages to be registered by plugins, and use File_Gettext to ...
    40a7685a
    read the PO/MO files.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5134 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-03-26 17:33:54 +0000  
    Browse Dir »

28 Feb, 2006
1 commit
  • Add copyright notices to those files that didn't have them. ...
    9d83e6c8
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5027 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2006-02-28 16:53:52 +0000  
    Browse Dir »

15 Dec, 2005
4 commits
  • Only register i18n locations if gettext is available. ...
    3f160625
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4478 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 18:47:01 +0000  
    Browse Dir »
  • No longer used. ...
    f7807987
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4461 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 12:53:06 +0000  
    Browse Dir »
  • No longer used. ...
    1f5c058d
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4457 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 12:36:47 +0000  
    Browse Dir »
  • Move getInstalledLocales from languageFunctions.inc, and also expand to ...
    2183146a
    include base languages.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4456 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-15 12:35:56 +0000  
    Browse Dir »

05 Dec, 2005
1 commit
  • Add an i18n infrastructure that allows for multiple different domains to ...
    d4fb2391
    receive translations from.  This allows for plugins to bind an i18n
    domain name to their translations, allowing for plugins to be shipped
    with their own gettext po/mo files and be displayed with the most
    appropriate translation.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4331 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-12-05 16:56:11 +0000  
    Browse Dir »

16 Feb, 2005
1 commit
  • Use KTUtil::arrayGet to reduce notices/warnings; we _expect_ the ...
    51e88a63
    majority of the keys not to exist in the dictionary, so no additional
    checking code.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3228 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-02-16 08:34:36 +0000  
    Browse Dir »

10 Jan, 2005
1 commit
  • Remove use of print_r that will fail on PHP < 4.3.0 ...
    774c38f2
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@3166 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2005-01-10 19:42:54 +0000  
    Browse Dir »

18 Nov, 2004
1 commit
  • Add English to the list of available locales. Otherwise we'd skip past ...
    934749fc
    an English preference to a lower-priority language.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2991 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-11-18 14:25:24 +0000  
    Browse Dir »

04 Nov, 2004
1 commit
  • Be wildly unfair, and if the character set hasn't been detected ...
    715da4fc
    properly, assume iso-8859-1.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2970 c91229c3-7414-0410-bfa2-8a42b809f60b
    Neil Blakey-Milner authored
    2004-11-04 09:55:00 +0000  
    Browse Dir »

10 May, 2004
1 commit
  • Type: i18n Framework. ...
    007a29f2
    Description:		Added i18n support functions.
    
    
    git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2844 c91229c3-7414-0410-bfa2-8a42b809f60b
    Michael Joseph authored
    2004-05-10 15:58:37 +0000  
    Browse Dir »