[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: Explain the issue with output document strings tr
From: |
Patrice Dumas |
Subject: |
branch master updated: Explain the issue with output document strings translations and test results, as well as the solution, a filter script. |
Date: |
Tue, 16 Feb 2021 18:05:29 -0500 |
This is an automated email from the git hooks/post-receive script.
pertusus pushed a commit to branch master
in repository texinfo.
The following commit(s) were added to refs/heads/master by this push:
new 7d3191f Explain the issue with output document strings translations
and test results, as well as the solution, a filter script.
7d3191f is described below
commit 7d3191fb491d506864fae32422810e0bec8a0b74
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Tue Feb 16 23:46:49 2021 +0100
Explain the issue with output document strings translations and
test results, as well as the solution, a filter script.
---
tp/tests/README | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/tp/tests/README b/tp/tests/README
index a6337d8..47a6660 100644
--- a/tp/tests/README
+++ b/tp/tests/README
@@ -97,6 +97,21 @@ can't be used for updating. Instead, the Makefile's
copy-tests and
copy-tex-html targets do it directly.
+Testsuite and document strings translations
+===========================================
+
+At least one test, layout/formatting_fr_icons, depends heavily on
+the translation of strings that can be translated and incorporated in
+output documents. The translations are in the po_document directory.
+These translations are managed by the translation project and only
+updated for the release. They may lag behind the changes in code,
+which may be problematic for test results. The translations in
+po_document should never be changed, as they will be overwritten by
+the translation project. If the translations need to be modified
+for the test results, a filter script should be used instead. An
+example of such a script can be seen in po_document/fix-translations.sh.
+
+
TeX4ht and LaTeX2HTML tests
===========================
The tex4ht and latex2HTML related tests are not run automatically, as
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: Explain the issue with output document strings translations and test results, as well as the solution, a filter script.,
Patrice Dumas <=