Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro committed Jan 9, 2017
2 parents 5c9ff6f + 0043fc2 commit 0355066
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ The Romanian language pack maintained and supported by EaDesign

# Configure backend for Magento 2

Activate language (backend): Account > Settings > Account information > Interface Locale
Activate language (frontend): Stores > Settings > Configuration > [storeview] > Locale options > Locale
* Activate language (backend): Account > Settings > Account information > Interface Locale
* Activate language (frontend): Stores > Settings > Configuration > [storeview] > Locale options > Locale

# Installation (manual) by cloning or copy of the files

Clone repository to app/i18n/eadesigndev/ro_ro/
Upgrade installation using $ php bin/magento setup:upgrade
Clear cache using $ php bin/magento cache:clean
Deploy static content $ php bin/magento setup:static-content:deploy ro_RO
* Clone repository to app/i18n/eadesigndev/ro_ro/
* Upgrade installation using $ php bin/magento setup:upgrade
* Clear cache using $ php bin/magento cache:clean
* Deploy static content $ php bin/magento setup:static-content:deploy ro_RO

# Installation using Composer

Require via Composer CLI $ composer require eadesignro/ro_ro
Upgrade installation using $ php bin/magento setup:upgrade
Clear cache using $ php bin/magento cache:clean
Deploy static content $ php bin/magento setup:static-content:deploy ro_RO
* Require via Composer CLI $ composer require eadesignro/ro_ro
* Upgrade installation using $ php bin/magento setup:upgrade
* Clear cache using $ php bin/magento cache:clean
* Deploy static content $ php bin/magento setup:static-content:deploy ro_RO

# What next?

The translation is incomplete.
Fix some areas that are no sounding ok.
* The translation is incomplete.
* Fix some areas that are no sounding ok.

0 comments on commit 0355066

Please sign in to comment.