aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrik <[email protected]>2018-06-12 22:03:27 +0200
committerGitHub <[email protected]>2018-06-12 22:03:27 +0200
commit03d0fded5068a708ff5b49b0bfeefdce0451cbca (patch)
tree69da3ab7463d5203f9da8da6e82574ee49d58587
parent3a4bb358614c1e1f5d73f4df45c13a1a7aa013d7 (diff)
downloadfaker-03d0fded5068a708ff5b49b0bfeefdce0451cbca.tar.xz
faker-03d0fded5068a708ff5b49b0bfeefdce0451cbca.zip
Fixes Swedish translation for products.
Noticed some errors in the translation. Here's a PR :smile:
-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"
]
};