aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarak <[email protected]>2020-08-23 21:57:42 -0500
committerGitHub <[email protected]>2020-08-23 21:57:42 -0500
commitcf6aea86d3d172b5da4ce362fbe0c80cf90461e9 (patch)
tree4f6eb74d3d4a8910f057f01564703e45b0717b40 /lib
parent631d202833caf9207a67790826346d009f930613 (diff)
parent03d0fded5068a708ff5b49b0bfeefdce0451cbca (diff)
downloadfaker-cf6aea86d3d172b5da4ce362fbe0c80cf90461e9.tar.xz
faker-cf6aea86d3d172b5da4ce362fbe0c80cf90461e9.zip
Merge pull request #653 from patriksvensson/patch-1
Fixes Swedish translation for products.
Diffstat (limited to 'lib')
-rw-r--r--lib/locales/sv/commerce/product_name.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/locales/sv/commerce/product_name.js b/lib/locales/sv/commerce/product_name.js
index dc89271e..e5fdebf1 100644
--- a/lib/locales/sv/commerce/product_name.js
+++ b/lib/locales/sv/commerce/product_name.js
@@ -6,7 +6,7 @@ module["exports"] = {
"Intelligent",
"Söt",
"Otrolig",
- "Fatastisk",
+ "Fantastisk",
"Praktisk",
"Slimmad",
"Grym"
@@ -17,8 +17,8 @@ module["exports"] = {
"Trä",
"Betong",
"Plast",
- "Bomul",
- "Grnit",
+ "Bomull",
+ "Granit",
"Gummi",
"Latex"
],
@@ -27,10 +27,10 @@ module["exports"] = {
"Bil",
"Dator",
"Handskar",
- "Pants",
- "Shirt",
- "Table",
- "Shoes",
- "Hat"
+ "Byxor",
+ "Skjorta",
+ "Bord",
+ "Skor",
+ "Hatt"
]
};