Skip to content

Commit a177b46

Browse files
committed
minor symfony#53 Translate to Romanian (cristi-contiu)
This PR was merged into the master branch. Discussion ---------- Translate to Romanian Romanian translations of initial i18n Commits ------- 2f684ac Translate Romanian
2 parents 21d8ccc + 2f684ac commit a177b46

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0"?>
2+
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3+
<file source-language="en" target-language="ro" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>title.post_list</source>
7+
<target>Lista de articole</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>action.show</source>
11+
<target>Vezi</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>action.edit</source>
15+
<target>Modifică</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>action.create_post</source>
19+
<target>Creează un articol nou</target>
20+
</trans-unit>
21+
</body>
22+
</file>
23+
</xliff>

0 commit comments

Comments
 (0)