mirror of
https://github.com/plankanban/planka.git
synced 2025-07-24 07:39:44 +02:00
fix: Add date-fns locale, include to languages
This commit is contained in:
parent
48958138cc
commit
c4e3efa6c0
4 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,8 @@
|
||||||
|
import dateFns from 'date-fns/locale/ar';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
dateFns,
|
||||||
|
|
||||||
format: {
|
format: {
|
||||||
date: 'M/d/yyyy',
|
date: 'M/d/yyyy',
|
||||||
time: 'p',
|
time: 'p',
|
||||||
|
@ -153,8 +157,7 @@ export default {
|
||||||
subscribeToMyOwnCardsByDefault: 'الاشتراك في بطاقاتي الخاصة إفتراضياً',
|
subscribeToMyOwnCardsByDefault: 'الاشتراك في بطاقاتي الخاصة إفتراضياً',
|
||||||
taskActions_title: 'إجراءات المهمة',
|
taskActions_title: 'إجراءات المهمة',
|
||||||
tasks: 'المهام',
|
tasks: 'المهام',
|
||||||
thereIsNoPreviewAvailableForThisAttachment:
|
thereIsNoPreviewAvailableForThisAttachment: 'لا يوجد معاينة متاحة لهذا المرفق.',
|
||||||
'لا يوجد معاينة متاحة لهذا المرفق.',
|
|
||||||
time: 'الوقت',
|
time: 'الوقت',
|
||||||
title: 'العنوان',
|
title: 'العنوان',
|
||||||
userActions_title: 'إجراءات المستخدم',
|
userActions_title: 'إجراءات المستخدم',
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
import merge from 'lodash/merge';
|
|
||||||
|
|
||||||
import login from './login';
|
import login from './login';
|
||||||
import core from './core';
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
language: 'ar-YE',
|
language: 'ar-YE',
|
||||||
country: 'ye',
|
country: 'ye',
|
||||||
name: 'العربية',
|
name: 'العربية',
|
||||||
embeddedLocale: merge(login, core),
|
embeddedLocale: login,
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
import arYE from './ar-YE';
|
||||||
import bgBG from './bg-BG';
|
import bgBG from './bg-BG';
|
||||||
import csCZ from './cs-CZ';
|
import csCZ from './cs-CZ';
|
||||||
import daDK from './da-DK';
|
import daDK from './da-DK';
|
||||||
|
@ -25,6 +26,7 @@ import zhCN from './zh-CN';
|
||||||
import zhTW from './zh-TW';
|
import zhTW from './zh-TW';
|
||||||
|
|
||||||
const locales = [
|
const locales = [
|
||||||
|
arYE,
|
||||||
bgBG,
|
bgBG,
|
||||||
csCZ,
|
csCZ,
|
||||||
daDK,
|
daDK,
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const LANGUAGES = [
|
const LANGUAGES = [
|
||||||
|
'ar-YE',
|
||||||
'bg-BG',
|
'bg-BG',
|
||||||
'cs-CZ',
|
'cs-CZ',
|
||||||
'da-DK',
|
'da-DK',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue