Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Last active May 16, 2019 15:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/d7e6518e211883f81b57c894948d2d15 to your computer and use it in GitHub Desktop.
Save bodrovis/d7e6518e211883f81b57c894948d2d15 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8" ?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="ru" datatype="plaintext" original="ng2.template">
<body>
<!-- other translations... -->
<trans-unit id="5f57663c051c1451f0b6302315ac6a24bfc0df7c" datatype="html">
<source>{VAR_PLURAL, plural, =0 {no messages} =1 {one message} few {<x id="INTERPOLATION" equiv-text="{{newMessages}}"/> messages} other {<x id="INTERPOLATION" equiv-text="{{newMessages}}"/> messages} }</source>
<!-- Our translation -->
<target>{VAR_PLURAL, plural, =0 {нет сообщений} =1 {одно сообщение} few {<x id="INTERPOLATION" equiv-text="{{newMessages}}"/> сообщения} other {<x id="INTERPOLATION" equiv-text="{{newMessages}}"/> сообщений} }</target>
<context-group purpose="location">
<context context-type="sourcefile">app/app.component.html</context>
<context context-type="linenumber">16</context>
</context-group>
</trans-unit>
</body>
</file>
</xliff>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment