diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:29:25 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-19 20:29:25 +0000 |
| commit | b4006bf4f0839bc3ed9009416c56e69f6f2e01ab (patch) | |
| tree | 17d95dc0c5c2b8b492c8c0cc1476c65f4e325233 /src/i18n/service_worker_messages.js | |
| parent | da022e722ed55de376d6f0475c78405e3f9b0d7e (diff) | |
| parent | c1ee78756c26c0c9580318f1ac186783b6aa21cc (diff) | |
Merge branch 'translation-sk' into 'develop'
add SK (Slovak) translation
See merge request pleroma/pleroma-fe!1517
Diffstat (limited to 'src/i18n/service_worker_messages.js')
| -rw-r--r-- | src/i18n/service_worker_messages.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/service_worker_messages.js b/src/i18n/service_worker_messages.js index 270ed043..f691f1c4 100644 --- a/src/i18n/service_worker_messages.js +++ b/src/i18n/service_worker_messages.js @@ -27,6 +27,7 @@ const messages = { pt: require('../lib/notification-i18n-loader.js!./pt.json'), ro: require('../lib/notification-i18n-loader.js!./ro.json'), ru: require('../lib/notification-i18n-loader.js!./ru.json'), + sk: require('../lib/notification-i18n-loader.js!./sk.json'), te: require('../lib/notification-i18n-loader.js!./te.json'), zh: require('../lib/notification-i18n-loader.js!./zh.json'), en: require('../lib/notification-i18n-loader.js!./en.json') |
