Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Duration translations #181

Open
8 of 41 tasks
kbond opened this issue Jul 31, 2023 · 1 comment
Open
8 of 41 tasks

Duration translations #181

kbond opened this issue Jul 31, 2023 · 1 comment

Comments

@kbond
Copy link
Contributor

kbond commented Jul 31, 2023

Meta issue to track formatted duration (#177) translations.

Required translation keys:

<trans-unit id="14">
<source>duration.second</source>
<target>1 second|%count% seconds</target>
</trans-unit>
<trans-unit id="15">
<source>duration.minute</source>
<target>1 minute|%count% minutes</target>
</trans-unit>
<trans-unit id="16">
<source>duration.hour</source>
<target>1 hour|%count% hours</target>
</trans-unit>
<trans-unit id="17">
<source>duration.day</source>
<target>1 day|%count% days</target>
</trans-unit>
<trans-unit id="18">
<source>duration.none</source>
<target>&lt; 1 second</target>
</trans-unit>

@stalkerxxl
Copy link

ru version

 <trans-unit id="14"> 
     <source>duration.second</source> 
     <target>1 секунда|%count% секунд</target> 
 </trans-unit> 
 <trans-unit id="15"> 
     <source>duration.minute</source> 
     <target>1 минута|%count% минут</target> 
 </trans-unit> 
 <trans-unit id="16"> 
     <source>duration.hour</source> 
     <target>1 час|%count% часов</target> 
 </trans-unit> 
 <trans-unit id="17"> 
     <source>duration.day</source> 
     <target>1 день|%count% дней</target> 
 </trans-unit> 
 <trans-unit id="18"> 
     <source>duration.none</source> 
     <target>&lt; 1 секунды</target> 
 </trans-unit> 
`

ahaaje added a commit to ahaaje/KnpTimeBundle that referenced this issue Jul 31, 2023
weaverryan added a commit that referenced this issue Jul 31, 2023
This PR was merged into the main branch.

Discussion
----------

 Updated duration translation for NB

This adds the #181 duration translation for "Norsk bokmål" NB locale

Commits
-------

2060aa9 #181 Updated duration translation for NB
weaverryan added a commit that referenced this issue Jul 31, 2023
This PR was merged into the main branch.

Discussion
----------

minor: ru duration translations

Per `@Kartulin` in #181 (comment)

Commits
-------

a9e3227 minor: ru duration translations
ahaaje added a commit to ahaaje/KnpTimeBundle that referenced this issue Jul 31, 2023
@ahaaje ahaaje mentioned this issue Jul 31, 2023
weaverryan added a commit that referenced this issue Jul 31, 2023
This PR was squashed before being merged into the main branch.

Discussion
----------

Duration nb

Added two missing keys for #181 NB

Commits
-------

f983e5a Duration nb
weaverryan added a commit that referenced this issue Aug 7, 2023
This PR was merged into the main branch.

Discussion
----------

minor: es duration translations

Add spanish translations requested in #181 😀

Commits
-------

c3b3ca2 minor: es duration translations
weaverryan added a commit that referenced this issue Aug 7, 2023
This PR was squashed before being merged into the main branch.

Discussion
----------

minor: Add missing FR translations

#181 add missing FR translations

Commits
-------

2cac5aa minor: Add missing FR translations
weaverryan added a commit that referenced this issue Aug 7, 2023
This PR was merged into the main branch.

Discussion
----------

minor: de duration translations

This PR adds missing German translations for #181

Commits
-------

0fb2e91 minor: de duration translations
weaverryan added a commit that referenced this issue Aug 7, 2023
This PR was merged into the main branch.

Discussion
----------

minor: Update time.nl.xliff

#181 Add NL duration translations

Commits
-------

045356a Update time.nl.xliff
weaverryan added a commit that referenced this issue Sep 7, 2023
This PR was merged into the main branch.

Discussion
----------

Update polish translations to be up-to-date

Related to #181

Commits
-------

a6a2fc2 Update polish translations to be up-to-date
weaverryan added a commit that referenced this issue Oct 25, 2023
This PR was merged into the main branch.

Discussion
----------

trans: Update italian translations

Updated italian translations.
#196 and #181

Commits
-------

021e735 Update time.it.xliff
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants