diff --git a/locales/index.js b/locales/index.js index 5808cf03..9ea49295 100644 --- a/locales/index.js +++ b/locales/index.js @@ -10,6 +10,7 @@ module.exports = { nb: 'Norwegian Bokmål', pl: 'Polski', pt: 'Português', + ru: 'Русский', sk: 'Slovak', zh: '中国' } diff --git a/plugins/filters.js b/plugins/filters.js index a6e759ed..165eab6d 100644 --- a/plugins/filters.js +++ b/plugins/filters.js @@ -16,6 +16,7 @@ import 'dayjs/locale/fr' import 'dayjs/locale/de' import 'dayjs/locale/gl' import 'dayjs/locale/sk' +import 'dayjs/locale/ru' import 'dayjs/locale/pt' import 'dayjs/locale/zh'