aboutsummaryrefslogtreecommitdiffstats
path: root/image/languages
AgeCommit message (Collapse)AuthorFilesLines
2022-03-09Rename the "image" directory to "resources".Gerald Combs13-493/+0
The "image" directory contains resource compiler assets and other application resources, so name it "resources."
2021-08-25Qt: Add Turkey translationAlexis La Goutte2-0/+9
Thanks to Serkan ÖNDER
2020-01-03Qt: Add Spanish (es) translation assets.Gerald Combs2-0/+407
Add an initial "es" Qt translation file and an accompanying flag image. The image came from https://en.wikipedia.org/wiki/File:Flag_of_Spain.svg and is in the public domain. (We already had a debian/po/es.po.) Change-Id: I5378ad2cbffb2267389fc8ae6af6d591071e0144 Reviewed-on: https://code.wireshark.org/review/35620 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2018-12-23Qt: Add Ukrainian (uk) translationAlexis La Goutte2-0/+5
No yet available at 100% (35,8%) but work in progress... Change-Id: I3d0d861037abe5e5f2611f95ac27ad42c8d20c47 Reviewed-on: https://code.wireshark.org/review/31158 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-23Qt: Add Swedish (sv) translationAlexis La Goutte2-0/+6
No yet available at 100% (57,05%) but work in progress... Change-Id: I3fa95c49003aa6fd5183d24fe76b721520a44ba0 Reviewed-on: https://code.wireshark.org/review/31157 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-12-03Qt: Add Russian translationAlexis La Goutte2-0/+2
Change-Id: I06044953bbf6040f8a0bb291c2b3e9cbf87c39f4 Reviewed-on: https://code.wireshark.org/review/30869 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-11-04Qt: Dynamic languagesMichal Labedzki8-0/+64
- get language as soon as possible (before creating any Qt objects) to make all translations working - dynamic list of supported languages - runtime change of GUI language (no need to restart application) - add flags icons support - search for *.qm languages in buildin resources, then data dir called "languages" (main directory in sources or /usr/share/wireshark/languages), then user directory (UNIX: ~/.wireshark/languages); "languages" directory should contains files wireshark_xx.qm where xx is language code (en, en_GB, etc.), and optional xx.svg for flag icon - try to fix some untranslated manually-created UI items (need manual reset text of those components) Change-Id: I62ca8a8cddce47cec9dbcad6b0bd68b6cfd92229 Reviewed-on: https://code.wireshark.org/review/5041 Tested-by: Michal Labedzki <michal.labedzki@tieto.com> Reviewed-by: Michal Labedzki <michal.labedzki@tieto.com>