Topic: Danish language pack for punbb 1.2.5
I've made a Danish language pack for punbb 1.2.5 - It's available here: http://ordo.dk/dlfun/PunBB-in-Danish.rar
Official Danish mirror for punbb: http://mirror.ordo.dk/punbb.org/
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Danish language pack for punbb 1.2.5
I've made a Danish language pack for punbb 1.2.5 - It's available here: http://ordo.dk/dlfun/PunBB-in-Danish.rar
Really good language pack - without doubt the best Danish lang pack I have seen for PunBB so far.
Some comments though;
In common.php replace:
// Determine what locale to use
switch (PHP_OS)
{
case 'WINNT':
case 'WIN32':
$locale = 'english';
break;
case 'FreeBSD':
case 'NetBSD':
case 'OpenBSD':
$locale = 'en_US.US-ASCII';
break;
default:
$locale = 'en_US';
break;
}
with
// Determine what locale to use
switch (PHP_OS)
{
case 'WINNT':
case 'WIN32':
$locale = 'danish';
break;
case 'FreeBSD':
case 'NetBSD':
case 'OpenBSD':
$locale = 'da_DK.ISO8859-1';
break;
default:
$locale = 'da_DK';
break;
}
and the stopword list (stopwords.txt) should be translated too. You can use in one found in the old 1.1 dk lang pack as a starting point.
Keep up the good work!
Thanks for checking it out! I've put the code in common as you said, and taken the stopwords.txt from the old lang pack. I've also translated the mail templates, which I found by looking
I didn't really think to look, as I was using the PunBB Translator tool.
I've updated the .RAR file!
Du you actually use a picture of a broken image as you avatar? That's funny
Yeah, he's hilarious
CodeDuck: We need to get some work done on SWEEPR
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Danish language pack for punbb 1.2.5
Powered by PunBB, supported by Informer Technologies, Inc.