aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2020-01-01 13:28:11 -0800
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2020-01-03 08:27:21 +0000
commitd832145366fbbe2a8c2a18f741c6eed05ba7298c (patch)
treeb5bcf6886ab7f263462a1c3d8100f9c37e880d5f /docbook
parent83fdea9ad6890b2f730e28565eb12c9207d39397 (diff)
Qt: Add Spanish (es) translation assets.
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>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_userinterface.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_userinterface.adoc b/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
index 6090e1409f..f7076f95b4 100644
--- a/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_userinterface.adoc
@@ -200,6 +200,7 @@ translation, do the following:
- Add your translation (_ui/qt/wireshark_XX.ts_) to _ui/qt/CMakeLists.txt_
- (Recommended) Add a flag image for your language in _images/languages/XX.svg_. Update _image/languages/languages.qrc_ accordingly.
- Run `lupdate ui/qt -ts ui/qt/wireshark_XX.ts` to generate/update your translation file.
+- Add ui/qt/wireshark_XX.ts to `.tx/config`.
- Translate with Qt Linguist: `linguist ui/qt/wireshark_XX.ts`.
- Do a test build and make sure the generated _wireshark_XX.qm_ binary file is included.
- Push your translation to Gerrit for review. See <<ChSrcContribute>> for details.