mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2026-01-13 13:23:27 +00:00
po: fix syntax error in plural forms for lt language
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
ceb21d7894
commit
cebaaa22ff
2
po/lt.po
2
po/lt.po
@ -16,7 +16,7 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
|
||||
"%100<10 or n%100>=20) ? 1 : 2)\n"
|
||||
"%100<10 || n%100>=20) ? 1 : 2)\n"
|
||||
"X-Generator: Zanata 3.8.4\n"
|
||||
|
||||
#: ../data/remote-viewer.appdata.xml.in.h:1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user