mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Added Venezulean Spanish translation.
- thanks to Piccoro McKay Lenz
This commit is contained in:
parent
a6f55a340b
commit
b3a21536d7
1
AUTHORS
1
AUTHORS
@ -36,6 +36,7 @@ Beqa Arabuli <arabulibeqa@gmail.com> (Georgian)
|
||||
Daiki Noda <sys.pdr.pdm9@gmail.com> (Japanese)
|
||||
Ștefan Comănescu <sdfanq@gmail.com> (Romanian)
|
||||
Gábor Oberle <oberleg@myopera.com> (Hungarian)
|
||||
Piccoro McKay Lenz <mckaygerhard@gmail.com> (Venezulean Spanish)
|
||||
|
||||
Special thanks:
|
||||
|
||||
|
@ -233,7 +233,8 @@ QString QupZillaSchemeReply::aboutPage()
|
||||
authorString("Widya Walesa", "walecha99@gmail.com") + " (Indonesian)<br/>" +
|
||||
authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)<br/>" +
|
||||
authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)<br/>" +
|
||||
authorString("Gábor Oberle", "oberleg@myopera.com") + " (Hungarian)"
|
||||
authorString("Gábor Oberle", "oberleg@myopera.com") + " (Hungarian)<br/>" +
|
||||
authorString("Piccoro McKay Lenz", "mckaygerhard@gmail.com") + " (Venezulean Spanish)"
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -108,7 +108,8 @@ void AboutDialog::showAuthors()
|
||||
"Widya Walesa<br/>"
|
||||
"Beqa Arabuli<br/>"
|
||||
"Daiki Noda<br/>"
|
||||
"Gábor Oberle")
|
||||
"Gábor Oberle<br/>"
|
||||
"Piccoro McKay Lenz")
|
||||
));
|
||||
m_authorsHtml.append("</div></center>");
|
||||
}
|
||||
|
5245
translations/es_VE.ts
Normal file
5245
translations/es_VE.ts
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,6 +7,7 @@ TRANSLATIONS += $$PWD/cs_CZ.ts\
|
||||
$$PWD/it_IT.ts\
|
||||
$$PWD/pl_PL.ts\
|
||||
$$PWD/es_ES.ts\
|
||||
$$PWD/es_VE.ts\
|
||||
$$PWD/fr_FR.ts\
|
||||
$$PWD/el_GR.ts\
|
||||
$$PWD/ru_RU.ts\
|
||||
@ -20,6 +21,7 @@ TRANSLATIONS += $$PWD/cs_CZ.ts\
|
||||
$$PWD/ja_JP.ts\
|
||||
$$PWD/ro_RO.ts\
|
||||
$$PWD/hu_HU.ts\
|
||||
$$PWD/es_VE.ts\
|
||||
|
||||
updateqm.input = TRANSLATIONS
|
||||
updateqm.output = $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm
|
||||
|
Loading…
Reference in New Issue
Block a user