mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
added Russian to locales
This commit is contained in:
parent
f8b4e1f78f
commit
4e0b1d06e3
@ -1,4 +1,4 @@
|
||||
import { enUS, de, nl, fr, es, it, pt, pl } from 'date-fns/locale'
|
||||
import { enUS, de, nl, fr, es, it, pt, pl, ru } from 'date-fns/locale'
|
||||
import find from 'lodash/find'
|
||||
|
||||
const locales = [
|
||||
@ -58,6 +58,13 @@ const locales = [
|
||||
enabled: true,
|
||||
dateFnsLocale: pl,
|
||||
},
|
||||
{
|
||||
name: 'Русский',
|
||||
code: 'ru',
|
||||
iso: 'ru-RU',
|
||||
enabled: true,
|
||||
dateFnsLocale: ru,
|
||||
},
|
||||
]
|
||||
|
||||
export default locales
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user