Skip to content

Commit

Permalink
Küçük düzeltmeler
Browse files Browse the repository at this point in the history
Some typo fixes
  • Loading branch information
hidonet committed Jul 3, 2016
1 parent 3f8abeb commit fc004e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Magento2 için Türkçe Dil Paketi
Magento2 içinde standart olarak gelen tüm tercüme dosyaları derlenmiş ve bu paket oluşturulmuştur.

# Kurulum
- Tüm dosyaları `/app/i18n/hidonet/de_DE/` klasörüne kopyalayın
- Tüm dosyaları `/app/i18n/hidonet/tr_TR/` klasörüne kopyalayın

( Unix/Linux/MacOSX için )
Daha sonra konsoldan sitenizin root klasörüne geçerek aşağıdaki komutları çalıştırın:
Expand All @@ -20,7 +20,7 @@ php bin/magento setup:di:compile
# Composer ile kurulum
```bash
composer require hidonet/magento2-language-tr_tr
rm pub/static/frontend/Magento/luma/de_DE/js-translation.json
rm pub/static/frontend/Magento/luma/tr_TR/js-translation.json
php bin/magento setup:static-content:deploy tr_TR
```

Expand Down

0 comments on commit fc004e2

Please sign in to comment.