Add russian localization

This commit is contained in:
Dmitry Naboychenko 2023-02-03 23:08:38 +03:00
parent 5abb02e93a
commit 6f3d488c3d
2 changed files with 619 additions and 0 deletions

View file

@ -12,6 +12,7 @@ const languageCodeMap = {
'hr': { label: 'Hrvatski', dateFnsLocale: 'hr' },
'it': { label: 'Italiano', dateFnsLocale: 'it' },
'pl': { label: 'Polski', dateFnsLocale: 'pl' },
'ru': { label: 'Русский', dateFnsLocale: 'ru' },
'zh-cn': { label: '简体中文 (Simplified Chinese)', dateFnsLocale: 'zhCN' },
}
Vue.prototype.$languageCodeOptions = Object.keys(languageCodeMap).map(code => {