diff options
| author | Ümit Yaşar Kalkan <[email protected]> | 2021-08-30 23:03:46 +0300 |
|---|---|---|
| committer | Ümit Yaşar Kalkan <[email protected]> | 2021-08-30 23:03:46 +0300 |
| commit | 7b54f534aa5b282956c0035167c42adbcac83614 (patch) | |
| tree | 8a4945ddac5cd6bf34c42a18d5e9579757813953 /lib | |
| parent | 6a3669f44a294bf7cc745a67159805607714302f (diff) | |
| download | faker-7b54f534aa5b282956c0035167c42adbcac83614.tar.xz faker-7b54f534aa5b282956c0035167c42adbcac83614.zip | |
fix locale turkish commerce
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/locales/tr/commerce/color.js | 4 | ||||
| -rw-r--r-- | lib/locales/tr/commerce/product_name.js | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/locales/tr/commerce/color.js b/lib/locales/tr/commerce/color.js index f9fded3a..c7a0b991 100644 --- a/lib/locales/tr/commerce/color.js +++ b/lib/locales/tr/commerce/color.js @@ -15,13 +15,13 @@ module["exports"] = [ "menekşe", "turkuaz", "tan", - "gökyüzü mavi", + "gökyüzü mavisi", "somon", "erik", "orkide", "zeytin", "eflatun", - "misket Limonu", + "misket limonu", "fildişi", "indigo", "altın", diff --git a/lib/locales/tr/commerce/product_name.js b/lib/locales/tr/commerce/product_name.js index e8c6daaa..888bc29b 100644 --- a/lib/locales/tr/commerce/product_name.js +++ b/lib/locales/tr/commerce/product_name.js @@ -11,8 +11,8 @@ module["exports"] = { "Şık", "Mükemmel", "Genel", - "El üretimi", - "El yapımı", + "El Üretimi", + "El Yapımı", "Lisanslı", "Rafine", "Markalanmamış", @@ -35,7 +35,7 @@ module["exports"] = { "Sandalye", "Araba", "Bilgisayar", - "Tuş takımı", + "Tuş Takımı", "Fare", "Bisiklet", "Top", @@ -51,7 +51,7 @@ module["exports"] = { "Tavuk", "Balık", "Peynir", - "Kayseri pastırması", + "Kayseri Pastırması", "Pizza", "Salata", "Sosis", |
