aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-20 12:18:31 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-20 19:18:52 +0000
commit3a451a8724c0e4422a783ebada4fe8f8b17a44f2 (patch)
tree4e7abd57f49768fac017b0fd7d56c6d6913fbe66 /ui
parentb1532b21bed4721e0510f2e6e42082f40ac18df3 (diff)
Add qtshark_ja_JP.qm to the list of .qm files we distribute.
Change-Id: I95a724c196bd5730af96439f8854169166c59e7a Reviewed-on: https://code.wireshark.org/review/3135 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/Makefile.common9
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/qt/Makefile.common b/ui/qt/Makefile.common
index b6fbad30e6..a076ae454b 100644
--- a/ui/qt/Makefile.common
+++ b/ui/qt/Makefile.common
@@ -271,10 +271,11 @@ TS_FILES = \
#
# Should be auto-generated ?
QM_FILES = \
- qtshark_de.qm \
- qtshark_en.qm \
- qtshark_fr.qm \
- qtshark_pl.qm \
+ qtshark_de.qm \
+ qtshark_en.qm \
+ qtshark_fr.qm \
+ qtshark_ja_JP.qm \
+ qtshark_pl.qm \
qtshark_zh_CN.qm
#