Skip to content

Commit de3198c

Browse files
committed
minor #41 Translate to Russian and Ukrainian (bocharsky-bw)
This PR was squashed before being merged into the master branch (closes #41). Discussion ---------- Translate to Russian and Ukrainian Commits ------- 2e7a2b7 Translate to Russian and Ukrainian
2 parents 4285e5b + 2e7a2b7 commit de3198c

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed
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="ru" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>title.post_list</source>
7+
<target>Список статей</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>action.show</source>
11+
<target>Просмотреть</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>action.edit</source>
15+
<target>Изменить</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>action.create_post</source>
19+
<target>Создать новую статью</target>
20+
</trans-unit>
21+
</body>
22+
</file>
23+
</xliff>
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="uk" datatype="plaintext" original="file.ext">
4+
<body>
5+
<trans-unit id="1">
6+
<source>title.post_list</source>
7+
<target>Список статей</target>
8+
</trans-unit>
9+
<trans-unit id="2">
10+
<source>action.show</source>
11+
<target>Переглянути</target>
12+
</trans-unit>
13+
<trans-unit id="3">
14+
<source>action.edit</source>
15+
<target>Редагувати</target>
16+
</trans-unit>
17+
<trans-unit id="4">
18+
<source>action.create_post</source>
19+
<target>Створити нову статтю</target>
20+
</trans-unit>
21+
</body>
22+
</file>
23+
</xliff>

0 commit comments

Comments
 (0)