summaryrefslogtreecommitdiffstats
path: root/2021
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2021-11-07 00:19:43 -0400
committerSacha Chua <sacha@sachachua.com>2021-11-07 00:19:43 -0400
commitf06b87dfb968f9776cd059a19cd2c14763821d13 (patch)
tree0bccb796409ee1d00549b787b78f6d481e030310 /2021
parentdc01d97d11810e2bf8258470f3244920c19ca83b (diff)
parentb92718d2ad1446b6c006118fce7e0eba1a75dffe (diff)
downloademacsconf-wiki-f06b87dfb968f9776cd059a19cd2c14763821d13.tar.xz
emacsconf-wiki-f06b87dfb968f9776cd059a19cd2c14763821d13.zip
Merge branch 'master' of git.emacsconf.org:emacsconf-wiki
Diffstat (limited to '2021')
-rw-r--r--2021/talks/omegat.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/2021/talks/omegat.md b/2021/talks/omegat.md
index e51849f3..b48a2bfe 100644
--- a/2021/talks/omegat.md
+++ b/2021/talks/omegat.md
@@ -10,16 +10,16 @@ Jean-Christophe Helary
Even if it is generally agreed that software localization is a good thing, Emacs is lacking in that respect for a number of technical reasons. Nonetheless, the free software using public could greatly benefit from Emacs manuals translations, even if the interface were to remain in English.
-OmegaT is a multiplatform GPL3+ "computer aided translation" (CAT) tool running on OpenJDK 8. CATs are roughly equivalent for translators to what IDEs are for code writers. Casual translators can benefit from their features but professionals or commited amateurs are the most likely to make the most use of such tools.
+OmegaT is a multiplatform GPL3+ "computer aided translation" (CAT) tool running on OpenJDK 8. CATs are roughly equivalent for translators to what IDEs are for code writers. Casual translators can benefit from their features but professionals or committed amateurs are the most likely to make the most use of such tools.
-When OmegaT, free software based forges and Emacs meet, we have a free multi-user translation environment that can easily sustain the (close to) 2 million words load that comprise the manuals distributed with Emacs, along with powerful features like arbitrary string protection for easy typing and QA (quality assurance), automatic legacy translation handling, glossary management, history based or predictive autocompletion, etc.
+When OmegaT, free software based forges and Emacs meet, we have a free multi-user translation environment that can easily sustain the (close to) 2 million words load that comprise the manuals distributed with Emacs, along with powerful features like arbitrary string protection for easy typing and QA (quality assurance), automatic legacy translation handling, glossary management, history based or predictive autocompletion, etc.
The current trial project for French is hosted on 2 different forges:
-1. sr.ht hosts the source files
- <https://sr.ht/~brandelune/documentation_emacs/>
-2. chapril hosts the OmegaT team project architecture
+1. sr.ht hosts the source files
<https://sr.ht/~brandelune/documentation_emacs/>
+2. chapril hosts the OmegaT team project architecture
+ <https://forge.chapril.org/brandelune/documentation_emacs>
The sources are regularly updated with a po4a based shell script.
@@ -29,26 +29,29 @@ The sources are regularly updated with a po4a based shell script.
- Software used during the presentation
- [po4a](https://po4a.org) a tool to convert documentation formats to and from the commonly used `gettext` **PO** format.
po4a supports the `texinfo` format along with many others.
- - [OmegaT](https://omegat.org) a "computer aided translation" tool used by translators to efficiently combine translation ressources (legacy translations, glossaries, etc.) so as to produce more consistent translations.
+ - [OmegaT](https://omegat.org) a "computer aided translation" tool used by translators to efficiently combine translation resources (legacy translations, glossaries, etc.) so as to produce more consistent translations.
-During the presentation, I will show:
+During this short presentation, I will address:
-- How to use po4a to convert the texi files to the PO format (the org.org file is also converted)
-- What are the specificities of the Emacs manuals and what difficulties they present to the tanslator
-- How to address those specificities in OmegaT, with regular expressions
+- The specificities of the Emacs manuals and the difficulties they present to the translator
+- The reason why a professional tool is better than a collaborative web-based system
+- How to convert the texi and org files to a format that translators can handle
+- How to adapt OmegaT to the Emacs manual specificities
- How to use OmegaT features such as arbitrary string protection, legacy translation handling, glossaries, autocompletion, QA, etc.
- How to use OmegaT with a team of 2 (or more) translators working at the same time
-- How to solve translation conflicts
+
I will *not* show:
- How to create an OmegaT project
-- How to setup an OmegaT team project
+- How to set up an OmegaT team project
- How to use OmegaT from the command line to work in localization pipelines
- How to use machine translation and MT "post-edit"
- How to convert back the translated files to texi format
- How to install translated texi files for use in Emacs
+People who are interested in knowing more about OmegaT are invited to check the [online user manual](https://omegat.sourceforge.io/manual-latest/en/).
+
[[!inline pages="internal(2021/info/omegat-schedule)" raw="yes"]]