i18n(sk): matches must have a default variant
This commit is contained in:
parent
a428f97830
commit
4f4355ca6f
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
hours-ago = { NUMBER($duration) ->
|
||||
[1] قبل ساعة
|
||||
*[other] قبل {\$duration} ساعة
|
||||
*[other] قبل {$duration} ساعة
|
||||
}
|
||||
minutes-ago = { NUMBER($duration) ->
|
||||
[1] قبل دقيقة
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ hours-ago = { $duration } { $duration ->
|
|||
[one] hodinu
|
||||
[few] hodiny
|
||||
[many] hodín
|
||||
[other] hodín
|
||||
*[other] hodín
|
||||
} dozadu
|
||||
minutes-ago = { $duration } { $duration ->
|
||||
[one] minútu
|
||||
[few] minúty
|
||||
[many] minút
|
||||
[other] minút
|
||||
*[other] minút
|
||||
} dozadu
|
||||
show-less = Zobraziť menej
|
||||
show-more = Zobraziť ešte {$more}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue