diff options
| author | Anas Al-Fitiani <[email protected]> | 2019-12-24 13:37:21 +0400 |
|---|---|---|
| committer | Anas Al-Fitiani <[email protected]> | 2019-12-24 13:37:21 +0400 |
| commit | 94575d8ee3704afba3fd1d2e9bc538e20edce8d7 (patch) | |
| tree | 2c46575b191cb50cb281faac55d3cb3abbc64c11 | |
| parent | 41c915bf3ae2a5b6aad60f114dbcb207ad2474f4 (diff) | |
| download | faker-94575d8ee3704afba3fd1d2e9bc538e20edce8d7.tar.xz faker-94575d8ee3704afba3fd1d2e9bc538e20edce8d7.zip | |
minor fix
| -rw-r--r-- | lib/locales/ar/commerce/product_name.js | 6 | ||||
| -rw-r--r-- | lib/locales/en/commerce/product_name.js | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/locales/ar/commerce/product_name.js b/lib/locales/ar/commerce/product_name.js index 3f0a2d85..ac9127f5 100644 --- a/lib/locales/ar/commerce/product_name.js +++ b/lib/locales/ar/commerce/product_name.js @@ -1,5 +1,5 @@ module["exports"] = { - "adjective: [ + "adjective": [ "صغير", "مريح", "ريفي", @@ -17,7 +17,7 @@ module["exports"] = { "بدون علامة", "طيب المذاق" ], - "material: [ + "material": [ "فولاذ", "خشبي", "خرسانة", @@ -30,7 +30,7 @@ module["exports"] = { "طازج", "مجمد" ], - "product: [ + "product": [ "كرسي", "سيارة", "حاسوب", diff --git a/lib/locales/en/commerce/product_name.js b/lib/locales/en/commerce/product_name.js index 99114e16..2bd1b2aa 100644 --- a/lib/locales/en/commerce/product_name.js +++ b/lib/locales/en/commerce/product_name.js @@ -1,5 +1,5 @@ module["exports"] = { - "adjective: [ + "adjective": [ "Small", "Ergonomic", "Rustic", @@ -18,7 +18,7 @@ module["exports"] = { "Unbranded", "Tasty" ], - "material: [ + "material": [ "Steel", "Wooden", "Concrete", @@ -31,7 +31,7 @@ module["exports"] = { "Fresh", "Frozen" ], - "product: [ + "product": [ "Chair", "Car", "Computer", |
