Danish Language Pack for Flarum
Extension to localize the Flarum forum software and its official extensions into Danish.
This language pack is compatible with:
- Flarum (Core) v0.1.0-beta.4
Composer installation is strongly encouraged as once beta 5 is released manual installation will no longer work.
Flarum uses Composer to manage its dependencies and extensions. The Danish language pack, available on Packagist, is also manageable with Composer. Make sure that Composer is installed on your machine, then run the following command in the location where Flarum is installed:
composer require berteltorp/danish
- Download the latest stable release or the latest development version.
- Unpack the downloaded archive with a file archiver.
- Log in to your server via FTP, SSH or your provider's control panel.
- Navigate to the extensions/ directory of your Flarum installation.
- Create a berteltorp-danish/ subdirectory into it.
- Upload all the content in the unpacked folder to this subdirectory.
It's optional, but you can also add manually the Danish language pack as Flarum's dependency. It allows you to automatically update the Danish language pack update Flarum's dependencies by using Composer. Open the composer.json file located at the root of your Flarum installation (not the language pack one!) with a text editor, then add to the list of Flarum's dependencies (which are listed below the "require"
property) the following line in a new line:
“berteltorp/danish”: "^1.0"
Note that you must add a colon at the end of this line if it is the last item of the dependency list, else it will stop the execution due to a parsing error.
Released under the MIT License. Please see the LICENSE file.
Thank you a lot to wish to contribute. It means a lot. Using and enjoying the localization is already a huge support. Best other ways to contribute are, among other things:
- Open issues on GitHub. Because the localization will be better with your feedbacks.
- Open pull requests on GitHub. Submit fixes and improvements and be listed as contributor!
- Join the discussion about the extension on the Flarum community.
- Follow me on Twitter.