Skip to content

Commit 360161c

Browse files
Kashkovskyiamkun
authored andcommitted
fix: Update Ukrainian locale (uk) (#710)
relativeTime.past is defined as '%s назад' which is Russian translation. Correct Ukrainian localisation is '%s тому'
1 parent 0224e70 commit 360161c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/uk.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const locale = {
1010
weekStart: 1,
1111
relativeTime: {
1212
future: 'через %s',
13-
past: '%s назад',
13+
past: '%s тому',
1414
s: 'декілька секунд',
1515
m: 'хвилина',
1616
mm: '%d хвилин',

0 commit comments

Comments
 (0)