diff options
| author | Marak <[email protected]> | 2020-08-23 21:57:42 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-23 21:57:42 -0500 |
| commit | cf6aea86d3d172b5da4ce362fbe0c80cf90461e9 (patch) | |
| tree | 4f6eb74d3d4a8910f057f01564703e45b0717b40 /lib | |
| parent | 631d202833caf9207a67790826346d009f930613 (diff) | |
| parent | 03d0fded5068a708ff5b49b0bfeefdce0451cbca (diff) | |
| download | faker-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.js | 16 |
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" ] }; |
