Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 781 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 781 Bytes

Danish translated language files for CodeIgniter 2.1

Translations files for the stable CI 2.1

How to use?

See the CodeIgniter user guide for placing and using the language files.

If you wan't do default load the danish translation, open application/config/config.php and change the language config setting to the following:

/*
|--------------------------------------------------------------------------
| Default Language
|--------------------------------------------------------------------------
|
| This determines which set of language files should be used. Make sure
| there is an available translation if you intend to use something other
| than english.
|
*/
$config['language']	= 'danish';