Commit 04d23bd3 authored by Christophe Mutricy's avatar Christophe Mutricy

Run xgettext on the .h and not the .ui

Tweack the rules in po/. Not perfect you can't run make update-po (and
so make dist) if your builddir isn't a subdir of srcdir. And of course
it still putting te .gmo in srcdir
parent c20e3aa9
# Makefile variables for PO directory in any package using GNU gettext. # Makefile variables for PO directory in any package using GNU gettext.
VPATH += ../modules/gui ../modules/gui/qt4 ../modules/gui/qt4/ui
# Usually the message domain is the same as the package name. # Usually the message domain is the same as the package name.
DOMAIN = $(PACKAGE) DOMAIN = $(PACKAGE)
...@@ -8,7 +10,7 @@ subdir = po ...@@ -8,7 +10,7 @@ subdir = po
top_builddir = .. top_builddir = ..
# These options get passed to xgettext. # These options get passed to xgettext.
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --language=C++ XGETTEXT_OPTIONS = --directory=.. --keyword=_ --keyword=N_ --keyword=_NS --keyword=_ANS --keyword=qtr --keyword=Q_ --language=C++
# This is the copyright holder that gets inserted into the header of the # This is the copyright holder that gets inserted into the header of the
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
......
# automatically created by make update-po
# main sources # main sources
include/mmx.h include/mmx.h
include/vlc_access.h include/vlc_access.h
...@@ -737,23 +735,23 @@ modules/gui/qt4/qt4.cpp ...@@ -737,23 +735,23 @@ modules/gui/qt4/qt4.cpp
modules/gui/qt4/qt4.hpp modules/gui/qt4/qt4.hpp
modules/gui/qt4/recents.cpp modules/gui/qt4/recents.cpp
modules/gui/qt4/recents.hpp modules/gui/qt4/recents.hpp
modules/gui/qt4/ui/equalizer.ui modules/gui/qt4/ui/equalizer.h
modules/gui/qt4/ui/open.ui modules/gui/qt4/ui/open.h
modules/gui/qt4/ui/open_capture.ui modules/gui/qt4/ui/open_capture.h
modules/gui/qt4/ui/open_disk.ui modules/gui/qt4/ui/open_disk.h
modules/gui/qt4/ui/open_file.ui modules/gui/qt4/ui/open_file.h
modules/gui/qt4/ui/open_net.ui modules/gui/qt4/ui/open_net.h
modules/gui/qt4/ui/podcast_configuration.ui modules/gui/qt4/ui/podcast_configuration.h
modules/gui/qt4/ui/sout.ui modules/gui/qt4/ui/sout.h
modules/gui/qt4/ui/sprefs_audio.ui modules/gui/qt4/ui/sprefs_audio.h
modules/gui/qt4/ui/sprefs_input.ui modules/gui/qt4/ui/sprefs_input.h
modules/gui/qt4/ui/sprefs_interface.ui modules/gui/qt4/ui/sprefs_interface.h
modules/gui/qt4/ui/sprefs_subtitles.ui modules/gui/qt4/ui/sprefs_subtitles.h
modules/gui/qt4/ui/sprefs_video.ui modules/gui/qt4/ui/sprefs_video.h
modules/gui/qt4/ui/streampanel.ui modules/gui/qt4/ui/streampanel.h
modules/gui/qt4/ui/v4l2.ui modules/gui/qt4/ui/v4l2.h
modules/gui/qt4/ui/video_effects.ui modules/gui/qt4/ui/video_effects.h
modules/gui/qt4/ui/vlm.ui modules/gui/qt4/ui/vlm.h
modules/gui/qt4/util/customwidgets.cpp modules/gui/qt4/util/customwidgets.cpp
modules/gui/qt4/util/customwidgets.hpp modules/gui/qt4/util/customwidgets.hpp
modules/gui/qt4/util/input_slider.cpp modules/gui/qt4/util/input_slider.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment