Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro authored Jan 8, 2017
1 parent aaabb14 commit 0043fc2
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +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 0043fc2

Please sign in to comment.