complete ukrainian localization

This commit is contained in:
ghost 2023-10-16 00:37:11 +03:00
parent dfcd5c438e
commit 69a463f0b0
3 changed files with 408 additions and 420 deletions

View File

@ -5,7 +5,7 @@
<img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" /> <img class="border-radius-50 border-color-default vertical-align-middle" src="{{ user.identicon }}" alt="{{ 'identicon' | trans }}" />
</a> </a>
<span class="margin-l-4-px"> <span class="margin-l-4-px">
{{ 'have joined' | trans }} {{ name }} {{ 'have joined' | trans }}
</span> </span>
</div> </div>
<div class="column width-20 text-right"> <div class="column width-20 text-right">

View File

@ -1,5 +1,5 @@
<item> <item>
<title>{{ 'User' | trans }} #{{ user.id }} {{ 'have joined' | trans }} {{ name }}</title> <title>{{ 'User' | trans }} #{{ user.id }} {{ 'have joined' | trans }}</title>
<author>#{{ user.id }}</author> <author>#{{ user.id }}</author>
<pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate> <pubDate>{{ added | date('D, d M Y h:i:s O') }}</pubDate>
<guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid> <guid>{{ url('user_info', { userId : user.id }) }}#activity-{{ id }}</guid>

File diff suppressed because it is too large Load Diff