Changeset 123

Show
Ignore:
Timestamp:
08/28/07 12:07:58 (17 months ago)
Author:
chris
Message:

* Moved renamed english template to cover all english variants
* Added Dutch translation
* Modified README to include translation info

Location:
trunk
Files:
1 added
3 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r119 r123  
    2020* Added support for localisation into different languages. This adds a new 
    2121  option to config.php, please check the sample config file for info. 
     22 
     23* Added Dutch translation (Thank you stevuu for translating it) 
    2224 
    2325* Added multi-call support to HellaController. 
  • trunk/README

    r107 r123  
    88Then upload and view the site within your web browser. That should 
    99be all that's necessary. 
     10 
     11*Supported Languages* 
     12 
     13HellaWorld currently supports the following language prefixes: 
     14en == English 
     15nl == Dutch 
     16 
     17If you wish to help translate HellaWorld into your native language, please 
     18take a look at the english language file languages/en.php 
    1019 
    1120*Tracking Finished Items* 
     
    3948for new features and modification of existing features. 
    4049 
     50stevuu in #php on quakenet for the Dutch translation. 
     51 
    4152"dannyp" in #hellanzb on freenode for suggesting the bookmarklet. 
    4253 
  • trunk/config-sample.php

    r120 r123  
    1616                'password'              =>      'changeme',             // The password specified in hellanzb.conf 
    1717                'showfinished'  =>      true,                   // Show finished items, see README for details 
    18                 'language'              =>      'en-gb'                 // Language to present HellaWorld uses 
     18                'language'              =>      'en'                    // Language to present HellaWorld uses 
    1919        ); 
    2020