Skip to content

Commit

Permalink
feat: prepare crowdin usage to make the app translatable (#244)
Browse files Browse the repository at this point in the history
by adding en.xliff
  • Loading branch information
teolemon authored Oct 7, 2024
1 parent 4cb534a commit a321cd2
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions frontend/xliff/en.xlf
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="UTF-8"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file target-language="eb" source-language="en" original="lit-localize-inputs" datatype="plaintext">
<body>
<trans-unit id="sde0081b1dc3582d3">
<source>Reset filters</source>
<target>Reset filters</target>
</trans-unit>
<trans-unit id="sc9e494c8346b7cb5">
<source>Other</source>
<target>Other</target>
</trans-unit>
<trans-unit id="s7ae5963112a50472">
<source>Others</source>
<target>Others</target>
</trans-unit>
<trans-unit id="s9094c0cde8fb5058">
<source>No results found</source>
<target>No results foundé</target>
</trans-unit>
<trans-unit id="sb074d20f9b64aa31">
<source>results found</source>
<target>results found</target>
</trans-unit>
<trans-unit id="h4a560de48c98b38f">
<source>More than <x id="0" equiv-text="${this.searchResultDetail.count}"/> results found</source>
<target>More than <x id="0" equiv-text="${this.searchResultDetail.count}"/> results found</target>
</trans-unit>
<trans-unit id="s49730f3d5751a433">
<source>Loading...</source>
<target>Loading...</target>
</trans-unit>
<trans-unit id="s3848a805287c795d">
<source>Show charts</source>
<target>Show charts</target>
</trans-unit>
<trans-unit id="sd2cd02bfec5af316">
<source>Hide charts</source>
<target>Hide charts</target>
</trans-unit>
<trans-unit id="s255857544a9d5ec0">
<source>Reset</source>
<target>Reset</target>
</trans-unit>
<trans-unit id="sffa721bb6aa3128d">
<source>Search...</source>
<target>Search...</target>
<note from="lit-localize">Search bar placeholder</note>
</trans-unit>
<trans-unit id="s5d929ff1619ac0c9">
<source>Search</source>
<target>Search</target>
<note from="lit-localize">Search button</note>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit a321cd2

Please sign in to comment.