mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
Add core.js changes for Bulgarian localization
This commit is contained in:
parent
7dab78df30
commit
2471f3ddbb
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
import dateFns from 'date-fns/locale/bg';
|
import dateFns from 'date-fns/locale/bg';
|
||||||
import timeAgo from 'javascript-time-ago/locale/bg';
|
import timeAgo from 'javascript-time-ago/locale/bg';
|
||||||
|
|
||||||
|
import markdownEditor from './markdown-editor.json';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
dateFns,
|
dateFns,
|
||||||
timeAgo,
|
timeAgo,
|
||||||
|
markdownEditor,
|
||||||
format: {
|
format: {
|
||||||
date: 'd.MM.yyyy',
|
date: 'd.MM.yyyy',
|
||||||
time: 'p',
|
time: 'p',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue