aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Jellema <[email protected]>2020-09-17 21:06:11 +0200
committerLucas Jellema <[email protected]>2020-09-17 21:06:11 +0200
commitceeb5cd4e9de88092e2e39171332155254df48a3 (patch)
treebfc49682e0e34d132dcd0634c374fa21a0e89b67
parent24e253b9c52c40a1a967fed2d5c0ecc3cb4c3e96 (diff)
downloadfaker-ceeb5cd4e9de88092e2e39171332155254df48a3.tar.xz
faker-ceeb5cd4e9de88092e2e39171332155254df48a3.zip
Adding commerce/product_name
-rw-r--r--lib/locales/nl/commerce/index.js3
-rw-r--r--lib/locales/nl/commerce/product_name.js72
2 files changed, 74 insertions, 1 deletions
diff --git a/lib/locales/nl/commerce/index.js b/lib/locales/nl/commerce/index.js
index b80fdc0e..5cf680a2 100644
--- a/lib/locales/nl/commerce/index.js
+++ b/lib/locales/nl/commerce/index.js
@@ -1,4 +1,5 @@
var commerce = {};
module['exports'] = commerce;
commerce.color = require("./color");
-commerce.department = require("./department");
+commerce.department = require("./department");
+commerce.product_name = require("./product_name");
diff --git a/lib/locales/nl/commerce/product_name.js b/lib/locales/nl/commerce/product_name.js
new file mode 100644
index 00000000..9c28bb78
--- /dev/null
+++ b/lib/locales/nl/commerce/product_name.js
@@ -0,0 +1,72 @@
+module["exports"] = {
+ "adjective": [
+ "Klein",
+ "Ergonomisch",
+ "Rustiek",
+ "Intelligent",
+ "Prachtig",
+ "Ongelooflijk",
+ "Fantastisch",
+ "Praktisch",
+ "Slank",
+ "Geweldig",
+ "Algemeen",
+ "Handgemaakt",
+ "Ambachtelijk",
+ "Artistiek",
+ "Verantwoord",
+ "Uitgekiend",
+ "Zeldzaam",
+ "Verfijnd",
+ "Merkloos",
+ "Smakelijk"
+ ],
+ "material": [
+ "Staal",
+ "Glazen",
+ "Wollen",
+ "Houten",
+ "Beton",
+ "Plastic",
+ "Katoenen",
+ "Granieten",
+ "Rubberen",
+ "IJzeren",
+ "Zachte",
+ "Verse",
+ "Bevroren"
+ ],
+ "product": [
+ "Stoel",
+ "Auto",
+ "Computer",
+ "Toetsenbord",
+ "Muis",
+ "Fiets",
+ "Bal",
+ "Handschoenen",
+ "Broek",
+ "Shirt",
+ "Tafel",
+ "Bijzettafeltje",
+ "Boekenkast",
+ "Kaasschaaf",
+ "Leunstoel",
+ "Poef",
+ "Hangmat",
+ "Trui",
+ "Schoenen",
+ "Hoed",
+ "Handdoeken",
+ "Zeep",
+ "Tonijn",
+ "Kip",
+ "Vis",
+ "Kaas",
+ "Spek",
+ "Pizza",
+ "Salade",
+ "Worstjes",
+ "Chips"
+ ]
+};