Skip to content

Commit

Permalink
bug #188 minor: es duration translations (fabriziofs)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 7, 2023
2 parents 47b594f + c3b3ca2 commit 20017f7
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions translations/time.es.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,26 @@
<source>diff.in.year</source>
<target>en 1 año|en %count% años</target>
</trans-unit>
<trans-unit id="14">
<source>duration.second</source>
<target>1 segundo|%count% segundos</target>
</trans-unit>
<trans-unit id="15">
<source>duration.minute</source>
<target>1 minuto|%count% minutos</target>
</trans-unit>
<trans-unit id="16">
<source>duration.hour</source>
<target>1 hora|%count% horas</target>
</trans-unit>
<trans-unit id="17">
<source>duration.day</source>
<target>1 día|%count% días</target>
</trans-unit>
<trans-unit id="18">
<source>duration.none</source>
<target>&lt; 1 segundo</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 20017f7

Please sign in to comment.