Browse Source
Merge pull request #17858 from Malven/add-swedish-for-text-component
feat: Added swedish translations for `Typography`-components
pull/18049/head
偏右
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
components/locale/sv_SE.tsx
|
|
@ -31,4 +31,10 @@ export default { |
|
|
|
Empty: { |
|
|
|
description: 'Ingen information', |
|
|
|
}, |
|
|
|
Text: { |
|
|
|
edit: 'editera', |
|
|
|
copy: 'kopiera', |
|
|
|
copied: 'kopierad', |
|
|
|
expand: 'expandera', |
|
|
|
}, |
|
|
|
}; |
|
|
|