Skip to content

Commit 0a91056

Browse files
authored
fix: update uzbek language translation (#2327)
1 parent a4ff1d2 commit 0a91056

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/locale/uz-latn.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const locale = {
2020
},
2121
relativeTime: {
2222
future: 'Yaqin %s ichida',
23-
past: 'Bir necha %s oldin',
23+
past: '%s oldin',
2424
s: 'soniya',
2525
m: 'bir daqiqa',
2626
mm: '%d daqiqa',

src/locale/uz.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const locale = {
2020
},
2121
relativeTime: {
2222
future: 'Якин %s ичида',
23-
past: 'Бир неча %s олдин',
23+
past: '%s олдин',
2424
s: 'фурсат',
2525
m: 'бир дакика',
2626
mm: '%d дакика',

0 commit comments

Comments
 (0)