aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
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 /ui/qt/main.cpp
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 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 30f3d37a32..af2c736e37 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -909,6 +909,9 @@ int main(int argc, char *argv[])
case 6: /* Japanese */
locale = "ja_JP";
break;
+ case 7: /* Italian */
+ locale = "it";
+ break;
default: /* Auto-Detect */
locale = QLocale::system().name();
break;