aboutsummaryrefslogtreecommitdiffstats
path: root/epan/prefs.c
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2014-10-16 09:12:25 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-16 18:55:33 +0000
commit7f7447122999a8c20655651bcc8a5c1da0d49da7 (patch)
tree4a6ac965b7f178f6c47303966529c05b155bc8fd /epan/prefs.c
parent0db468e300287b8c8ee691f23873b299f64da0c7 (diff)
Added italian translation to qt.
Change-Id: If58ed29e78a9994fc488a4d01cf665f7e8d82830 Reviewed-on: https://code.wireshark.org/review/4707 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/prefs.c')
-rw-r--r--epan/prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/prefs.c b/epan/prefs.c
index 9c67bb7156..4e1bd18b1d 100644
--- a/epan/prefs.c
+++ b/epan/prefs.c
@@ -1270,6 +1270,7 @@ static const enum_val_t gui_qt_language[] = {
{"Chinese", "zh_CN", 4},
{"Polish", "pl", 5},
{"Japanese", "ja_JP", 6},
+ {"Italian", "it", 7},
{NULL, NULL, -1}
};