]> git.lyx.org Git - features.git/commit
Fix bug 2520: Make InsetExternal translateable
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 23 Jun 2007 07:50:13 +0000 (07:50 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 23 Jun 2007 07:50:13 +0000 (07:50 +0000)
commit91c6d03678d8246b727f60bb3f6c8a5ae28cee14
tree549adf6237ab3ecbcc505a1a3c2a86483846ce8c
parent1fc33d0714ef046e4014691b71860c65199c8841
Fix bug 2520: Make InsetExternal translateable

* po/lyx_pot.py:
- new function external_l10n: parse external_templates and extract the relevant parts for translation.
* development/scons/SConstruct:
* po/Makefile.in.in:
- use external_l10n

* src/insets/InsetExternal.cpp:
* src/frontends/qt4/QExternal.cpp:
- make eveything translatable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18866 a592a061-630c-0410-9148-cb99ea01b6c8
development/scons/SConstruct
po/Makefile.in.in
po/lyx_pot.py
src/frontends/qt4/QExternal.cpp
src/insets/InsetExternal.cpp