mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
chore: Include third-party locales, refactoring
This commit is contained in:
parent
f844bdde1f
commit
8409a395ed
4 changed files with 10 additions and 7 deletions
|
@ -1,6 +1,11 @@
|
|||
import dateFns from 'date-fns/locale/et';
|
||||
import timeAgo from 'javascript-time-ago/locale/et';
|
||||
|
||||
import markdownEditor from './markdown-editor.json';
|
||||
|
||||
export default {
|
||||
dateFns,
|
||||
timeAgo,
|
||||
markdownEditor,
|
||||
|
||||
format: {
|
||||
|
@ -314,7 +319,6 @@ export default {
|
|||
visualTaskManagementWithLists: 'Visual tööülesande haldamine nimekirjade abil.',
|
||||
withoutBaseGroup: 'Ilma põhiklassita',
|
||||
writeComment: 'Kirjuta kommentaar...',
|
||||
taskList_hideChecked: 'Peida märgistatud elemendid',
|
||||
},
|
||||
|
||||
action: {
|
||||
|
@ -428,7 +432,6 @@ export default {
|
|||
unsubscribe: 'Tühista tellimus',
|
||||
uploadNewAvatar: 'Laadi üles uus avatar',
|
||||
uploadNewImage: 'Laadi üles uus pilt',
|
||||
moveListToBoard: 'Liiguta nimekiri teisele tahvlile',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
import core from './core';
|
||||
import login from './login';
|
||||
|
||||
export default {
|
||||
language: 'et-EE',
|
||||
country: 'ee',
|
||||
name: 'Eesti',
|
||||
embeddedLocale: core,
|
||||
embeddedLocale: login,
|
||||
};
|
||||
|
|
|
@ -12,6 +12,7 @@ import elGR from './el-GR';
|
|||
import enGB from './en-GB';
|
||||
import enUS from './en-US';
|
||||
import esES from './es-ES';
|
||||
import etEE from './et-EE';
|
||||
import faIR from './fa-IR';
|
||||
import fiFI from './fi-FI';
|
||||
import frFR from './fr-FR';
|
||||
|
@ -29,7 +30,6 @@ import skSK from './sk-SK';
|
|||
import srCyrlRS from './sr-Cyrl-RS';
|
||||
import srLatnRS from './sr-Latn-RS';
|
||||
import svSE from './sv-SE';
|
||||
import etEE from './et-EE';
|
||||
import trTR from './tr-TR';
|
||||
import ukUA from './uk-UA';
|
||||
import uzUZ from './uz-UZ';
|
||||
|
@ -46,6 +46,7 @@ const locales = [
|
|||
enGB,
|
||||
enUS,
|
||||
esES,
|
||||
etEE,
|
||||
faIR,
|
||||
fiFI,
|
||||
frFR,
|
||||
|
@ -63,7 +64,6 @@ const locales = [
|
|||
srCyrlRS,
|
||||
srLatnRS,
|
||||
svSE,
|
||||
etEE,
|
||||
trTR,
|
||||
ukUA,
|
||||
uzUZ,
|
||||
|
|
|
@ -43,6 +43,7 @@ const LANGUAGES = [
|
|||
'en-GB',
|
||||
'en-US',
|
||||
'es-ES',
|
||||
'et-EE',
|
||||
'fa-IR',
|
||||
'fi-FI',
|
||||
'fr-FR',
|
||||
|
@ -60,7 +61,6 @@ const LANGUAGES = [
|
|||
'sr-Cyrl-RS',
|
||||
'sr-Latn-RS',
|
||||
'sv-SE',
|
||||
'et-EE',
|
||||
'tr-TR',
|
||||
'uk-UA',
|
||||
'uz-UZ',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue