Skip to content

Commit

Permalink
bug #189 minor: de duration translations (Sironheart)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 7, 2023
2 parents ab92730 + 0fb2e91 commit 96ec6a2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions translations/time.de.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,26 @@
<source>diff.in.year</source>
<target>in einem Jahr|in %count% Jahren</target>
</trans-unit>
<trans-unit id="14">
<source>duration.second</source>
<target>1 Sekunde|%count% Sekunden</target>
</trans-unit>
<trans-unit id="15">
<source>duration.minute</source>
<target>1 Minute|%count% Minuten</target>
</trans-unit>
<trans-unit id="16">
<source>duration.hour</source>
<target>1 Stunde|%count% Stunden</target>
</trans-unit>
<trans-unit id="17">
<source>duration.day</source>
<target>1 Tag|%count% Tage</target>
</trans-unit>
<trans-unit id="18">
<source>duration.none</source>
<target>&lt; 1 Sekunde</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 96ec6a2

Please sign in to comment.