Skip to content

Commit

Permalink
Add:Slovenian language option
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Sep 1, 2024
1 parent 8634b70 commit 42f8194
Showing 1 changed file with 1 addition 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 @@ -25,6 +25,7 @@ const languageCodeMap = {
pl: { label: 'Polski', dateFnsLocale: 'pl' },
'pt-br': { label: 'Português (Brasil)', dateFnsLocale: 'ptBR' },
ru: { label: 'Русский', dateFnsLocale: 'ru' },
sl: { label: 'Slovenščina', dateFnsLocale: 'sl' },
sv: { label: 'Svenska', dateFnsLocale: 'sv' },
uk: { label: 'Українська', dateFnsLocale: 'uk' },
'vi-vn': { label: 'Tiếng Việt', dateFnsLocale: 'vi' },
Expand Down

0 comments on commit 42f8194

Please sign in to comment.