diff options
author | Daniel Gustafsson | 2022-08-17 21:41:56 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2022-08-17 21:41:56 +0000 |
commit | a340359a4f9bed54e0af67dd90050c13e0976fb6 (patch) | |
tree | b89dd68a86e16395add0b01b724f74507ac8ce7e | |
parent | afa0ec30bfd18611ec5bc4dfa394dc8838aece21 (diff) |
doc: Add a note on PO editors
While PO files can be edited in any text editor, specialized tools for
translation editing can be quite helpful with automating tasks etc. Add
a small note about PO editors to encourage new translators to research
which tool works best for them.
Reviewed-by: Bruce Momjian <[email protected]>
Discussion: https://postgr.es/m/[email protected]
-rw-r--r-- | doc/src/sgml/nls.sgml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sgml/nls.sgml b/doc/src/sgml/nls.sgml index 4b683458f9c..5a4387a03f0 100644 --- a/doc/src/sgml/nls.sgml +++ b/doc/src/sgml/nls.sgml @@ -203,7 +203,9 @@ make update-po <title>Editing the PO Files</title> <para> - The PO files can be edited with a regular text editor. The + The PO files can be edited with a regular text editor. There are also + several specialized editors for PO files which can help the process with + translation specific features. The translator should only change the area between the quotes after the msgstr directive, add comments, and alter the fuzzy flag. There is (unsurprisingly) a PO mode for Emacs, which I find quite |