From 09b863332227426e8311c56129dc0ec961b0fcb4 Mon Sep 17 00:00:00 2001 From: Lucian Miculescu Date: Sun, 8 Jan 2017 21:45:30 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902c05c..ff6fb6d 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ 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. \ No newline at end of file +Fix some areas that are no sounding ok. From aaabb14da83708ff24a8840a1344a74106f20518 Mon Sep 17 00:00:00 2001 From: Lucian Miculescu Date: Sun, 8 Jan 2017 21:45:50 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff6fb6d..7ae0545 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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 # Installation (manual) by cloning or copy of the files From 0043fc2ffcbbcdcba5eae1ea66021a1005db4962 Mon Sep 17 00:00:00 2001 From: Lucian Miculescu Date: Sun, 8 Jan 2017 21:49:07 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7ae0545..c4c2ccf 100644 --- a/README.md +++ b/README.md @@ -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.