Skip to content

Commit

Permalink
Add Ukrainian translations (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
gulaandrij committed Aug 1, 2023
1 parent 9ba0eba commit 1c2bbe2
Showing 1 changed file with 19 additions and 0 deletions.
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" version="1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
<body>
<trans-unit id="message_close">
<source>message_close</source>
<target>Закрити</target>
</trans-unit>
<trans-unit id="more">
<source>more</source>
<target>більше</target>
</trans-unit>
<trans-unit id="less">
<source>less</source>
<target>меньше</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 1c2bbe2

Please sign in to comment.