From 5e6c5993efcf2de1fb7551f1c0a0cae15148eb59 Mon Sep 17 00:00:00 2001 From: lesion Date: Mon, 9 Jan 2023 17:02:29 +0100 Subject: [PATCH] minor with ru locale --- locales/index.js | 1 + plugins/filters.js | 1 + 2 files changed, 2 insertions(+) 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'