Skip to content

Commit

Permalink
minor #53339 Added missing Serbian (sr_Latn) translations (Aleksandar…
Browse files Browse the repository at this point in the history
… Jakovljevic)

This PR was merged into the 5.4 branch.

Discussion
----------

Added missing Serbian (sr_Latn) translations

| Q             | A
| ------------- | ---
| Branch?       | 5.4
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Issues        | Fix #53301
| License       | MIT

Added sr_Latn translation for trans-unit 111

Commits
-------

52e838c Added missing Serbian (sr_Latn) translations
  • Loading branch information
nicolas-grekas committed Jan 2, 2024
2 parents 121477a + 52e838c commit 740987c
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -430,6 +430,10 @@
<source>The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}.</source>
<target>Ekstenzija fajla je nevalidna ({{ extension }}). Dozvoljene ekstenzije su {{ extensions }}.</target>
</trans-unit>
<trans-unit id="111">
<source>The detected character encoding is invalid ({{ detected }}). Allowed encodings are {{ encodings }}.</source>
<target>Detektovani enkoding karaktera nije validan ({{ detected }}). Dozvoljne vrednosti za enkoding su: {{ encodings }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 740987c

Please sign in to comment.