1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-19 05:09:43 +02:00

Add date-fns locale for polish language

This commit is contained in:
Maksim Eltyshev 2020-12-20 18:45:33 +05:00
parent 73c3bf3728
commit 2b318fdc7a
2 changed files with 7 additions and 2 deletions

View file

@ -2,8 +2,8 @@ import fromPairs from 'lodash/fromPairs';
import en from './en/embed';
import de from './de/embed';
import ru from './ru/embed';
import pl from './pl/embed';
import ru from './ru/embed';
const localePairs = [
['en', en],

View file

@ -1,4 +1,8 @@
import dateFns from 'date-fns/locale/pl';
export default {
dateFns,
format: {
date: 'd/M/yyyy',
time: 'p',
@ -126,7 +130,8 @@ export default {
userActions_title: 'Akcje użytkownika',
userAddedThisCardToList: '<0>{{user}}</0><1> dodał tę kartę w {{list}}</1>',
userLeftNewCommentToCard: '{{user}} zamieścił nowy komentarz «{{comment}}» w <2>{{card}}</2>',
userMovedCardFromListToList: '{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
userMovedCardFromListToList:
'{{user}} przeniósł <2>{{card}}</2> z {{fromList}} do {{toList}}',
userMovedThisCardFromListToList:
'<0>{{user}}</0><1> przeniósł tę kartę z {{fromList}} do {{toList}}</1>',
username: 'Nazwa Użytkownika',