Compare commits

..

No commits in common. "7f970b11b332461311d5b9d9736b2448097b1088" and "f6741c72e1333d717e2e508dcbaf5d4ff4dd8782" have entirely different histories.

4 changed files with 4 additions and 21 deletions

View File

@ -235,9 +235,6 @@ if (extension MATCHES "\\.lyx$")
if (${_export_format} MATCHES "pdf2") if (${_export_format} MATCHES "pdf2")
set(_texformat "pdflatex") set(_texformat "pdflatex")
elseif(${_export_format} MATCHES "pdf3") elseif(${_export_format} MATCHES "pdf3")
# Ideally we would set to "platex" if Japanese, and "latex" if not Japanese.
# For example, currently we invert export/examples/Articles/Chess/Game_1_lyx because
# it should be exported to "latex" instead of "platex".
set(_texformat "platex") set(_texformat "platex")
elseif(${_export_format} MATCHES "pdf4") elseif(${_export_format} MATCHES "pdf4")
set(_texformat "xetex") set(_texformat "xetex")

View File

@ -57,10 +57,6 @@ export/export/lyx2lyx/lyx_2_3_test2_lyx(16|20)
# clear it is worth the time to try to fix the issue. # clear it is worth the time to try to fix the issue.
export/doc/ja/UserGuide_lyx(16|20) export/doc/ja/UserGuide_lyx(16|20)
export/examples/ja/Modules/LilyPond_Book_lyx(16|20) export/examples/ja/Modules/LilyPond_Book_lyx(16|20)
# in export.cmake, if output format is pdf3, we try to export to "platex" which
# makes sense for all other tests except this one (which should be exported to
# "latex" instead).
export/examples/Articles/Chess/Game_1_lyx.*
# nonstandard tests failing for unknown reason: # nonstandard tests failing for unknown reason:
export/templates/Articles/R_Journal_(dvi3|pdf[45])_systemF export/templates/Articles/R_Journal_(dvi3|pdf[45])_systemF

View File

@ -49,6 +49,7 @@ macro(add_gettext_python _par _dir)
endif() endif()
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(
OUTPUT "${_dst}" OUTPUT "${_dst}"
PRE_BUILD
COMMAND ${CMAKE_COMMAND} COMMAND ${CMAKE_COMMAND}
"-DTOP_SRC_DIR=${TOP_SRC_DIR}" "-DTOP_SRC_DIR=${TOP_SRC_DIR}"
"-DDestFile=${_dst}" "-DDestFile=${_dst}"
@ -70,6 +71,7 @@ macro(add_gettext_python _par _dir)
else() else()
ADD_CUSTOM_COMMAND( ADD_CUSTOM_COMMAND(
OUTPUT "${_dst}" OUTPUT "${_dst}"
PRE_BUILD
COMMAND ${LYX_PYTHON_EXECUTABLE} COMMAND ${LYX_PYTHON_EXECUTABLE}
ARGS "${TOP_SRC_DIR}/po/lyx_pot.py" -b "${TOP_SRC_DIR}" -o "${_dst}" -t ${_par1} "--src_file=${_src_files}" ARGS "${TOP_SRC_DIR}/po/lyx_pot.py" -b "${TOP_SRC_DIR}" -o "${_dst}" -t ${_par1} "--src_file=${_src_files}"
DEPENDS ${_sources} ${_src_files} "${TOP_SRC_DIR}/po/lyx_pot.py" DEPENDS ${_sources} ${_src_files} "${TOP_SRC_DIR}/po/lyx_pot.py"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: LyX-2.5\n" "Project-Id-Version: LyX-2.5\n"
"Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n" "Report-Msgid-Bugs-To: lyx-devel@lists.lyx.org\n"
"POT-Creation-Date: 2024-09-21 21:29+0200\n" "POT-Creation-Date: 2024-09-07 09:29+0200\n"
"PO-Revision-Date: 2024-09-21 19:33+0000\n" "PO-Revision-Date: 2024-09-07 08:59+0000\n"
"Last-Translator: Kornel Benko <kornel@lyx.org>\n" "Last-Translator: Kornel Benko <kornel@lyx.org>\n"
"Language-Team: Slovak <kornel@lyx.org>\n" "Language-Team: Slovak <kornel@lyx.org>\n"
"Language: sk\n" "Language: sk\n"
@ -311,10 +311,6 @@ msgstr "Pridať BibTeX databázu z vášho lokálneho adresára"
msgid "Add &Local..." msgid "Add &Local..."
msgstr "&Pridať lokálnu…" msgstr "&Pridať lokálnu…"
#: src/frontends/qt/ui/BibtexUi.ui:91
msgid "Transfer an absolute local path to a relative one or vice versa"
msgstr "Preniesť absolútnu lokálnu cestu na relatívnu alebo naopak"
#: src/frontends/qt/ui/BibtexUi.ui:91 #: src/frontends/qt/ui/BibtexUi.ui:91
msgid "Inherit bibliography databases from the master document" msgid "Inherit bibliography databases from the master document"
msgstr "Databázy prevziať od hlavného dokumentu" msgstr "Databázy prevziať od hlavného dokumentu"
@ -32561,14 +32557,6 @@ msgstr ""
msgid "Document Encoding" msgid "Document Encoding"
msgstr "Kódovanie dokumentu" msgstr "Kódovanie dokumentu"
#: src/frontends/qt/GuiBibtex.cpp:365 src/frontends/qt/ui/BibtexUi.ui:94
msgid "&Make Relative"
msgstr "&Vytvoriť relatívne"
#: src/frontends/qt/GuiBibtex.cpp:369
msgid "&Make Absolute"
msgstr "&Vytvoriť absolútne"
#: src/frontends/qt/GuiBibtex.cpp:312 #: src/frontends/qt/GuiBibtex.cpp:312
msgid "Database" msgid "Database"
msgstr "Databáza" msgstr "Databáza"