summaryrefslogtreecommitdiff
path: root/docs/TRANSLATORS.md
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 16:59:00 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2022-05-17 22:35:54 +0200
commitcfcbf1dafb2517239085cc910541951f807f4999 (patch)
treeabd19be0e730627c432979079752999cc2b1ee45 /docs/TRANSLATORS.md
parent86a3a73bb42331b8e0e4bf3c295ae4801e9cd415 (diff)
downloadsystemd-cfcbf1dafb2517239085cc910541951f807f4999.tar.gz
docs: replace <pre>, <code> and <tt> tags by backticks
Let jekyll render a proper codeblock, instead of using custom HTML code in markdown. Also <tt> is deprecated.
Diffstat (limited to 'docs/TRANSLATORS.md')
-rw-r--r--docs/TRANSLATORS.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/TRANSLATORS.md b/docs/TRANSLATORS.md
index 58708bcd58..2f578cc6f5 100644
--- a/docs/TRANSLATORS.md
+++ b/docs/TRANSLATORS.md
@@ -32,18 +32,18 @@ $ ninja -C build/ systemd-pot
This will generate file `po/systemd.pot` in the source tree.
-Then simply copy it to a new <code><i>${lang_code}</i>.po</code> file, where
-<code><i>${lang_code}</i></code> is the two-letter code for a language
+Then simply copy it to a new `${lang_code}.po` file, where
+`${lang_code}` is the two-letter code for a language
(possibly followed by a two-letter uppercase country code), according to the
ISO 639 standard.
In short:
-<pre>
-$ cp po/systemd.pot po/<i>${lang_code}</i>.po
-</pre>
+```
+$ cp po/systemd.pot po/${lang_code}.po
+```
-Then edit the new <code>po/<i>${lang_code}</i>.po</code> file (for example,
+Then edit the new `po/${lang_code}.po` file (for example,
using the `poedit` GUI editor.)
## Updating an Existing Translation