mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
4db3169fbc
Surprisingly I could not find a tool that merges updated translations into a .po file in a way that a) merges only missing translations (does not overwrite existing ones) b) produces a minimal diff so that there is a chance to manually check the result Therefore I wrote my own. You can use it for a single language python development/tools/mergepo.py ../lyx-2.1/po fr or for all languages: python development/tools/mergepo.py ../lyx-2.1/po The python code is not the most elegant one, but it works. What is missing is a command line switch to merge changed translations as well. This is useful for languages that have not yet received any translation update in the development branch, only in the stable branch: In this case we know that translations that are not identical in both branches should be overtaken from the stabkle one.
163 lines
5.5 KiB
Makefile
163 lines
5.5 KiB
Makefile
include $(top_srcdir)/config/common.am
|
|
|
|
if INSTALL_MACOSX
|
|
SUBDIRS = MacOSX
|
|
endif
|
|
|
|
if INSTALL_CYGWIN
|
|
SUBDIRS = cygwin
|
|
endif
|
|
|
|
EXTRA_DIST = coding/Rules coding/Recommendations \
|
|
FORMAT lyx.rpm.README \
|
|
lyxserver lyx.spec.in lyx.spec \
|
|
LyX-Mac-binary-release.sh \
|
|
tools/convert_kmap.py \
|
|
tools/gen_lfuns.py \
|
|
tools/generate_symbols_images.lyx \
|
|
tools/generate_symbols_images.py \
|
|
tools/generate_symbols_list.py \
|
|
tools/generate_symbols_svg.lyx \
|
|
tools/generate_symbols_svg.py \
|
|
tools/mergepo.py \
|
|
tools/unicodesymbols.py \
|
|
tools/updatedocs.py \
|
|
tools/updatelayouts.py \
|
|
tools/x-font \
|
|
tools/README \
|
|
tools/count_total_lines_of_compiled_code.sh \
|
|
tools/count_lines_of_included_code.sh \
|
|
tools/lyxeditor \
|
|
Win32/packaging/icons/lyx_doc.svg \
|
|
Win32/packaging/icons/lyx_32x32.png \
|
|
Win32/packaging/icons/lyx_doc_32x32.png \
|
|
Win32/packaging/icons/lyx.ico \
|
|
Win32/packaging/icons/lyx_32x32.ico \
|
|
Win32/packaging/icons/lyx_32x32_16colors.png \
|
|
Win32/packaging/icons/lyx.svg \
|
|
Win32/packaging/icons/lyx_doc_32x32.ico \
|
|
Win32/packaging/icons/lyx_doc_32x32_16colors.png \
|
|
Win32/packaging/installer/graphics/header.bmp \
|
|
Win32/packaging/installer/graphics/wizard.bmp \
|
|
Win32/packaging/installer/gui/external.nsh \
|
|
Win32/packaging/installer/gui/io_latex.ini \
|
|
Win32/packaging/installer/gui/LaTeXFolder.nsh \
|
|
Win32/packaging/installer/include/declarations.nsh \
|
|
Win32/packaging/installer/include/declarations.nsh.cmake \
|
|
Win32/packaging/installer/include/detection.nsh \
|
|
Win32/packaging/installer/include/dictionaries.nsh \
|
|
Win32/packaging/installer/include/filelist.nsh \
|
|
Win32/packaging/installer/include/gui.nsh \
|
|
Win32/packaging/installer/include/init.nsh \
|
|
Win32/packaging/installer/include/LaTeX.nsh \
|
|
Win32/packaging/installer/include/LyXUtils.nsh \
|
|
Win32/packaging/installer/include/nsis.nsh \
|
|
Win32/packaging/installer/include/variables.nsh \
|
|
Win32/packaging/installer/lang/arabic.nsh \
|
|
Win32/packaging/installer/lang/basque.nsh \
|
|
Win32/packaging/installer/lang/catalan.nsh \
|
|
Win32/packaging/installer/lang/czech.nsh \
|
|
Win32/packaging/installer/lang/danish.nsh \
|
|
Win32/packaging/installer/lang/dutch.nsh \
|
|
Win32/packaging/installer/lang/english.nsh \
|
|
Win32/packaging/installer/lang/french.nsh \
|
|
Win32/packaging/installer/lang/galician.nsh \
|
|
Win32/packaging/installer/lang/german.nsh \
|
|
Win32/packaging/installer/lang/hungarian.nsh \
|
|
Win32/packaging/installer/lang/indonesian.nsh \
|
|
Win32/packaging/installer/lang/italian.nsh \
|
|
Win32/packaging/installer/lang/japanese.nsh \
|
|
Win32/packaging/installer/lang/norwegian.nsh \
|
|
Win32/packaging/installer/lang/polish.nsh \
|
|
Win32/packaging/installer/lang/portuguese.nsh \
|
|
Win32/packaging/installer/lang/romanian.nsh \
|
|
Win32/packaging/installer/lang/slovak.nsh \
|
|
Win32/packaging/installer/lang/spanish.nsh \
|
|
Win32/packaging/installer/lang/swedish.nsh \
|
|
Win32/packaging/installer/lang/turkish.nsh \
|
|
Win32/packaging/installer/lang/ukrainian.nsh \
|
|
Win32/packaging/installer/setup/configure.nsh \
|
|
Win32/packaging/installer/setup/install.nsh \
|
|
Win32/packaging/installer/setup/uninstall.nsh \
|
|
Win32/packaging/installer/ChangeLog.txt \
|
|
Win32/packaging/installer/DictionaryMirrors.txt \
|
|
Win32/packaging/installer/HunspellDictionaryNames.txt \
|
|
Win32/packaging/installer/license.rtf \
|
|
Win32/packaging/installer/lyx.nsi \
|
|
Win32/packaging/installer/lyx.nsi.cmake \
|
|
Win32/packaging/installer/lyx-bundle.nsi \
|
|
Win32/packaging/installer/lyx-standard.nsi \
|
|
Win32/packaging/installer/settings.nsh \
|
|
Win32/packaging/installer/settings.nsh.cmake \
|
|
Win32/packaging/installer/ThesaurusDictionaryNames.txt \
|
|
Win32/pdfview/pdfview.nsi \
|
|
Win32/vld/cmake/CMakeLists.txt \
|
|
Win32/vld/cmake/vld.cmake \
|
|
autotests/CMakeLists.txt \
|
|
autotests/check_load.cmake \
|
|
autotests/export.cmake \
|
|
autotests/ExportTests.cmake \
|
|
autotests/keytest.py \
|
|
autotests/lyx2lyxtest.cmake \
|
|
autotests/single-test.cmake \
|
|
autotests/xvkbd/CMakeLists.txt \
|
|
autotests/xvkbd/findwidget.c \
|
|
autotests/xvkbd/resources.h \
|
|
autotests/xvkbd/XVkbd-common.h \
|
|
autotests/xvkbd/xvkbd.c \
|
|
autotests/xvkbd/xvkbd.xbm \
|
|
autotests/xvkbd/iconify.xbm \
|
|
autotests/xvkbd/xvkbd_icon.xbm \
|
|
autotests/xvkbd/xvkbd_iconmask.xbm \
|
|
checkurls/CMakeLists.txt \
|
|
checkurls/CheckURL.pm \
|
|
checkurls/search_url.pl \
|
|
cmake/ConfigureChecks.cmake \
|
|
cmake/Install.cmake \
|
|
cmake/LyxPackaging.cmake \
|
|
cmake/LyX_description.txt \
|
|
cmake/LyX_license.txt \
|
|
cmake/LyX_summary.txt \
|
|
cmake/PyCompile.cmake \
|
|
cmake/config.cpp.cmake \
|
|
cmake/config.h.cmake \
|
|
cmake/lyx_commit_hash.h.cmake \
|
|
cmake/configCompiler.h.cmake \
|
|
cmake/configFunctions.cmake \
|
|
cmake/configIncludes.cmake \
|
|
cmake/doc/CMakeLists.txt \
|
|
cmake/doc/ReplaceValues.pl \
|
|
cmake/doc/ReplaceValues.py \
|
|
cmake/lyx_date.h.cmake \
|
|
cmake/lyx.rc \
|
|
cmake/man/CMakeLists.txt \
|
|
cmake/modules/FindASPELL.cmake \
|
|
cmake/modules/FindAiksaurusLIB.cmake \
|
|
cmake/modules/FindEnchant.cmake \
|
|
cmake/modules/FindCXX11Compiler.cmake \
|
|
cmake/modules/FindGNUWIN32.cmake \
|
|
cmake/modules/FindHunspell.cmake \
|
|
cmake/modules/FindICONV.cmake \
|
|
cmake/modules/FindLyXGettext.cmake \
|
|
cmake/modules/FindMagic.cmake \
|
|
cmake/modules/FindMyThesLIB.cmake \
|
|
cmake/modules/FindOpenSSL.cmake \
|
|
cmake/modules/FindQt4.cmake \
|
|
cmake/modules/FindZLIB.cmake \
|
|
cmake/modules/LyXMacros.cmake \
|
|
cmake/modules/LyXPaths.cmake \
|
|
cmake/modules/LyXuic.cmake \
|
|
cmake/modules/MacroBoolTo01.cmake \
|
|
cmake/modules/PCHSupport_26.cmake \
|
|
cmake/modules/ProjectSourceGroup.cmake \
|
|
cmake/pcheaders.h \
|
|
cmake/po/cat.py \
|
|
cmake/po/dos2unix.py \
|
|
cmake/po/unix2dos.py \
|
|
cmake/post_install/CMakeLists.txt \
|
|
cmake/scripts/LyXCreateImagesResource.cmake \
|
|
cmake/scripts/LyXGetVersion.cmake \
|
|
keystest/cache-bisect.py \
|
|
keystest/keytest.py \
|
|
keystest/make_screenshot_html.py
|