Skip to content

Commit

Permalink
chore: prepare Slovak
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr committed Dec 22, 2024
1 parent 9f1314e commit 02c7a94
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
"Scrp",
"sircharlo",
"sjjm",
"slovenčina",
"slovenščina",
"snnw",
"sqlite",
Expand Down
2 changes: 2 additions & 0 deletions docs/locales/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import ptPt from './pt-pt.json';
import pt from './pt.json';
import ro from './ro.json';
import ru from './ru.json';
import sk from './sk.json';
import sl from './sl.json';
import sv from './sv.json';
import sw from './sw.json';
Expand All @@ -51,6 +52,7 @@ const messages: Record<LanguageValue, typeof en> = {
ptPt,
ro,
ru,
sk,
sl,
sv,
sw,
Expand Down
8 changes: 8 additions & 0 deletions src/constants/locales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export type LanguageValue =
| 'ptPt'
| 'ro'
| 'ru'
| 'sk'
| 'sl'
| 'sv'
| 'sw'
Expand Down Expand Up @@ -179,6 +180,13 @@ export const locales: {
signLangCodes: ['RSL'],
value: 'ru',
},
{
englishName: 'Slovak',
label: 'slovenčina',
langcode: 'V',
signLangCodes: ['VSL'],
value: 'sk',
},
{
englishName: 'Slovenian',
label: 'slovenščina',
Expand Down

0 comments on commit 02c7a94

Please sign in to comment.