File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
src/Resources/translations Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <xliff xmlns =" urn:oasis:names:tc:xliff:document:1.2" version =" 1.2" >
3
+ <file original =" file.ext" source-language =" en" target-language =" hu" datatype =" plaintext" >
4
+ <body >
5
+ <trans-unit id =" 1" >
6
+ <source >%count% year|%count% years</source >
7
+ <target >%count% év</target >
8
+ </trans-unit >
9
+ <trans-unit id =" 2" >
10
+ <source >%count% month|%count% months</source >
11
+ <target >%count% hónap</target >
12
+ </trans-unit >
13
+ <trans-unit id =" 3" >
14
+ <source >%count% day|%count% days</source >
15
+ <target >%count% nap</target >
16
+ </trans-unit >
17
+ <trans-unit id =" 4" >
18
+ <source >%count% hour|%count% hours</source >
19
+ <target >%count% óra</target >
20
+ </trans-unit >
21
+ <trans-unit id =" 5" >
22
+ <source >%count% minute|%count% minutes</source >
23
+ <target >%count% perc</target >
24
+ </trans-unit >
25
+ </body >
26
+ </file >
27
+ </xliff >
You can’t perform that action at this time.
0 commit comments