chore(locale): added custom messages rule for English ordinal numbers

This commit is contained in:
2026-04-22 01:57:31 +02:00
parent 104a094fd8
commit cda1516424
4 changed files with 37 additions and 25 deletions
@@ -31,11 +31,12 @@
<ul v-else-if="bestScoreList.length > 0">
<li v-for="(value, i) in bestScoreList">
<div>
{{ t('scenery.top-list.place', i + 1) }} -
{{ t('ordinal', { count: i + 1 }) }} {{ t('scenery.top-list.place') }} -
<router-link :to="`/profile?playerId=${value.dispatcherId}`">{{
value.dispatcherName
}}</router-link>
</div>
<div>
<b class="text--primary" v-if="currentListMode == 'dutyCount'">{{
t('scenery.top-list.duty-count', value.value)