Skip to content

Commit

Permalink
Fix translation string
Browse files Browse the repository at this point in the history
  • Loading branch information
Renkas authored Dec 27, 2024
1 parent a7b2a4e commit 2681582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/messages/bs/yii.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
'{delta, plural, =1{a day} other{# days}} ago' => 'prije {delta, plural, =1{dan} one{# dan} few{# dana} many{# dana} other{# dana}}',
'{delta, plural, =1{a minute} other{# minutes}} ago' => 'prije {delta, plural, =1{minut} one{# minut} few{# minuta} many{# minuta} other{# minuta}}',
'{delta, plural, =1{a month} other{# months}} ago' => 'prije {delta, plural, =1{mjesec} one{# mjesec} few{# mjeseci} many{# mjeseci} other{# mjeseci}}',
'{delta, plural, =1{a second} other{# seconds}} ago' => 'prije {delta, plural, =1{sekundu} one{# sekundu} few{# sekundi} many{# sekundi} other{# sekundi}',
'{delta, plural, =1{a second} other{# seconds}} ago' => 'prije {delta, plural, =1{sekundu} one{# sekundu} few{# sekundi} many{# sekundi} other{# sekundi}}',

Check warning on line 123 in framework/messages/bs/yii.php

View check run for this annotation

Codecov / codecov/patch

framework/messages/bs/yii.php#L123

Added line #L123 was not covered by tests
'{delta, plural, =1{a year} other{# years}} ago' => 'prije {delta, plural, =1{godinu} one{# godinu} few{# godina} many{# godina} other{# godina}}',
'{delta, plural, =1{an hour} other{# hours}} ago' => 'prije {delta, plural, =1{sat} one{# sat} few{# sati} many{# sati} other{# sati}}',
'{nFormatted} B' => '{nFormatted} B',
Expand Down

0 comments on commit 2681582

Please sign in to comment.