mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
minor with ru locale
This commit is contained in:
parent
0891acce1d
commit
5e6c5993ef
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
nb: 'Norwegian Bokmål',
|
||||
pl: 'Polski',
|
||||
pt: 'Português',
|
||||
ru: 'Русский',
|
||||
sk: 'Slovak',
|
||||
zh: '中国'
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue