Changeset 123
- Timestamp:
- 08/28/07 12:07:58 (17 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
- 1 moved
-
CHANGELOG (modified) (1 diff)
-
README (modified) (2 diffs)
-
config-sample.php (modified) (1 diff)
-
languages/en.php (moved) (moved from trunk/languages/en-gb.php)
-
languages/nl.php (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG
r119 r123 20 20 * Added support for localisation into different languages. This adds a new 21 21 option to config.php, please check the sample config file for info. 22 23 * Added Dutch translation (Thank you stevuu for translating it) 22 24 23 25 * Added multi-call support to HellaController. -
trunk/README
r107 r123 8 8 Then upload and view the site within your web browser. That should 9 9 be all that's necessary. 10 11 *Supported Languages* 12 13 HellaWorld currently supports the following language prefixes: 14 en == English 15 nl == Dutch 16 17 If you wish to help translate HellaWorld into your native language, please 18 take a look at the english language file languages/en.php 10 19 11 20 *Tracking Finished Items* … … 39 48 for new features and modification of existing features. 40 49 50 stevuu in #php on quakenet for the Dutch translation. 51 41 52 "dannyp" in #hellanzb on freenode for suggesting the bookmarklet. 42 53 -
trunk/config-sample.php
r120 r123 16 16 'password' => 'changeme', // The password specified in hellanzb.conf 17 17 'showfinished' => true, // Show finished items, see README for details 18 'language' => 'en -gb' // Language to present HellaWorld uses18 'language' => 'en' // Language to present HellaWorld uses 19 19 ); 20 20
