diff options
| author | k2s <44999-k2s@users.noreply.git.pleroma.social> | 2022-06-19 20:29:24 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:29:24 +0000 |
| commit | c1ee78756c26c0c9580318f1ac186783b6aa21cc (patch) | |
| tree | 8b450cd01f3213254bfe55896d37a05eb91bceba /src/i18n/messages.js | |
| parent | 96a24ec6259cf2658f5d53939aa75c0bacfb657d (diff) | |
add SK (Slovak) translation
Diffstat (limited to 'src/i18n/messages.js')
| -rw-r--r-- | src/i18n/messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/messages.js b/src/i18n/messages.js index 977b8eb3..18ed79b7 100644 --- a/src/i18n/messages.js +++ b/src/i18n/messages.js @@ -32,6 +32,7 @@ const loaders = { pt: () => import('./pt.json'), ro: () => import('./ro.json'), ru: () => import('./ru.json'), + sk: () => import('./sk.json'), te: () => import('./te.json'), uk: () => import('./uk.json'), zh: () => import('./zh.json'), |
