Skip to content

Latest commit

 

History

History
93 lines (73 loc) · 4.78 KB

README.md

File metadata and controls

93 lines (73 loc) · 4.78 KB

German Language Pack for Flarum third-party extensions

Extension to localize third party extensions into German. For support, please use the discussion thread on the Flarum support forum, or use the issue tracker here on GitHub.

You can find the German language pack for Flarum and it's bundled extensions in this repository.

Information

Version

  • 1.0.0
  • Released on May 29, 2021

Supported Extensions

We currently support following third-party extensions:

To add support for an extension or update an existing translation, please open a pull request.

License

Released under the MIT License. Please see the LICENSE file.

Documentation

How to install

Use Composer in the root directory of your forum:

composer require kakifrucht/flarum-de-extended

See also on Packagist.

How to update

Execute these commands in the root directory of your forum:

composer update kakifrucht/flarum-de-extended
php flarum cache:clear