summaryrefslogtreecommitdiff
path: root/docs/TRANSLATORS.md
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2018-10-18 00:56:41 +0200
committerLennart Poettering <lennart@poettering.net>2018-10-18 09:57:45 +0200
commit991b4350a8020da9f491e341c352dd61440d1eb3 (patch)
tree182d880592ace93e89c45203a03412f93123e1ec /docs/TRANSLATORS.md
parent90fc172e191f44979005a524521112f2bd1ff21b (diff)
downloadsystemd-991b4350a8020da9f491e341c352dd61440d1eb3.tar.gz
docs: use h2 headers
The primer theme does not add a mouse-over anchor link for h1 headers. So use h2 for subsection headers which looks nicer anyway. Followup for #10421
Diffstat (limited to 'docs/TRANSLATORS.md')
-rw-r--r--docs/TRANSLATORS.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/TRANSLATORS.md b/docs/TRANSLATORS.md
index 38c2487b90..9c45453083 100644
--- a/docs/TRANSLATORS.md
+++ b/docs/TRANSLATORS.md
@@ -14,7 +14,7 @@ Finally, it is able to compile the translations (to `*.gmo` files), so that
they can be used by systemd software. (This step is also useful to confirm the
syntax of the `*.po` files is correct.)
-# Creating a New Translation
+## Creating a New Translation
To create a translation to a language not yet available, start by creating the
initial template:
@@ -39,7 +39,7 @@ $ cp po/systemd.pot po/<i>${lang_code}</i>.po
Then edit the new <code>po/<i>${lang_code}</i>.po</code> file (for example,
using the `poedit` GUI editor.)
-# Updating an Existing Translation
+## Updating an Existing Translation
Start by updating the `*.po` files from the latest template: