Skip to content

Commit

Permalink
Merge pull request #2288 from ScuttleSE/master
Browse files Browse the repository at this point in the history
Added swedish translation of strings
  • Loading branch information
advplyr committed Nov 5, 2023
2 parents 68546ac + 910be21 commit ff83167
Show file tree
Hide file tree
Showing 2 changed files with 730 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/plugins/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const languageCodeMap = {
'no': { label: 'Norsk', dateFnsLocale: 'no' },
'pl': { label: 'Polski', dateFnsLocale: 'pl' },
'ru': { label: 'Русский', dateFnsLocale: 'ru' },
'sv': { label: 'Svenska', dateFnsLocale: 'sv' },
'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' },
}
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {
Expand Down
Loading

0 comments on commit ff83167

Please sign in to comment.