creaminternet/language-nl_be

Dutch (Belgium) Language Pack

Installs: 0

Dependents: 2

Suggesters: 0

Security: 0

Type:magento2-language

1.0.0 2024-10-24 13:19 UTC

This package is auto-updated.

Last update: 2024-10-24 13:24:00 UTC


README

This is the Bitbucket repository for the Dutch (Belgium) Language Pack for Magento 2 from Cream, which is available for manual installation or composer / packagist. The Dutch (Belgium) Language Pack for Magento 2 falls back on the Dutch Language Pack for Magento 2 from Cream, so both are using the exact same translations.

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-nl_be:@stable
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy nl_BE

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_BE

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 'Dutch (Belgium)'

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 'Dutch (Belgium)' and save the user.

Contribute

To help push the 'Dutch (Belgium) Language Pack' 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.