diff --git a/client/src/locales/ro/core.js b/client/src/locales/ro/core.js index 672f25c7..52bad56d 100644 --- a/client/src/locales/ro/core.js +++ b/client/src/locales/ro/core.js @@ -11,7 +11,6 @@ export default { longDateTime: "d MMMM 'в' p", }, - translation: { common: { aboutPlanka: 'Despre Planka', @@ -153,8 +152,10 @@ export default { title: 'Titlu', userActions_title: 'Acțiunile utilizatorului', userAddedThisCardToList: '<0>{{user}}<1> a adăugat acest card în {{list}}', - userLeftNewCommentToCard: '{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}', - userMovedCardFromListToList: '{{user}} a mutat <2>{{card}} din {{fromList}} în {{toList}}', + userLeftNewCommentToCard: + '{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}', + userMovedCardFromListToList: + '{{user}} a mutat <2>{{card}} din {{fromList}} în {{toList}}', userMovedThisCardFromListToList: '<0>{{user}}<1> a mutat aceast card din {{fromList}} în {{toList}}', username: 'Nume utilizator', diff --git a/client/src/locales/ro/index.js b/client/src/locales/ro/index.js index 66b394da..b10ed81d 100644 --- a/client/src/locales/ro/index.js +++ b/client/src/locales/ro/index.js @@ -1,7 +1,4 @@ -import merge from 'lodash/merge'; - import login from './login'; -import core from './core'; export default { language: 'ro',