creaminternet/language-modules-nl_nl

Dutch Language Pack for common used 3rd party Magento modules

Installs: 4 854

Dependents: 1

Suggesters: 0

Security: 0

Type:magento2-language

1.1.8 2023-06-27 08:37 UTC

README

This is the Bitbucket repository for the Dutch Language Pack for 3rd party module for Magento 2 from Cream, which is available for manual installation or composer / packagist. This module is setup, because you know the struble. You install a new module, but it does not come with Dutch translations. So this module aims to translate the most common used modules out there, so that when you install such a 3rd party module in your installation it's automatically available in Dutch.

Installation

Via composer

To install this translation package with composer you need access to the command line of your server and you need to have Composer. Install the language pack with the following commands:

#!bash

cd <your magento path>
composer require creaminternet/language-modules-nl_nl:@stable
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nl_nl

Manually

To install this language package manually you need access to your server file system and you need access to the command line of your server. And take the following steps:

#!bash
cd <your magento path>
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nl_nl

Usage

Frontend

To use this language pack on the frontend of the site, login to your admin panel and goto Stores -> Configuration -> General > General -> Locale options and set the 'locale' option as 'Netherlands (Dutch)'

Backend

To use this language pack in the backend of Magento goto System -> Permissions -> All users. Select the user you want to change an set the 'locale' option as 'Netherlands (Dutch)' and save the user.

Contribute

To help push the 'Dutch Language Pack for 3rd party modules' forward please fork the Bitbucket repository and submit a pull request with your changes.

License

This module is distributed under the following licenses:

  • Academic Free License ("AFL") v. 3.0
  • Open Software License v. 3.0 (OSL-3.0)

Authors

  • Cream released this module on packagist so it can be used with composer and did additional translations.

About Cream

Cream is an ecommerce solution provider for the Magento platform. You'll find an overview of all our (open source) projects on our website.