Skip to content

Commit

Permalink
fix: Fix Romanian translation linting
Browse files Browse the repository at this point in the history
  • Loading branch information
meltyshev committed Nov 24, 2023
1 parent 9e8ff3b commit eddeb96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
7 changes: 4 additions & 3 deletions client/src/locales/ro/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export default {
longDateTime: "d MMMM 'в' p",
},


translation: {
common: {
aboutPlanka: 'Despre Planka',
Expand Down Expand Up @@ -153,8 +152,10 @@ export default {
title: 'Titlu',
userActions_title: 'Acțiunile utilizatorului',
userAddedThisCardToList: '<0>{{user}}</0><1> a adăugat acest card în {{list}}</1>',
userLeftNewCommentToCard: '{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
userLeftNewCommentToCard:
'{{user}} a lăsat un nou comentariu «{{comment}}» în <2>{{card}}</2>',
userMovedCardFromListToList:
'{{user}} a mutat <2>{{card}}</2> din {{fromList}} în {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> a mutat aceast card din {{fromList}} în {{toList}}</1>',
username: 'Nume utilizator',
Expand Down
3 changes: 0 additions & 3 deletions client/src/locales/ro/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import merge from 'lodash/merge';

import login from './login';
import core from './core';

export default {
language: 'ro',
Expand Down

0 comments on commit eddeb96

Please sign in to comment.