Skip to content

Commit d781078

Browse files
committed
po: fix escaped underscores in README.md
Remove unnecessary backslashes from language code examples. The underscores in "ll\_CC" and "zh\_CN" don't need escaping in Markdown. Signed-off-by: ionnss <[email protected]>
1 parent bb69721 commit d781078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

po/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ We will use XX as an alias to refer to the language translation code in
1313
the following paragraphs, for example we use "po/XX.po" to refer to the
1414
translation file for a specific language. But this doesn't mean that
1515
the language code has only two letters. The language code can be in one
16-
of two forms: "ll" or "ll\_CC". Here "ll" is the ISO 639 two-letter
16+
of two forms: "ll" or "ll_CC". Here "ll" is the ISO 639 two-letter
1717
language code and "CC" is the ISO 3166 two-letter code for country names
18-
and subdivisions. For example: "de" for German language code, "zh\_CN"
18+
and subdivisions. For example: "de" for German language code, "zh_CN"
1919
for Simplified Chinese language code.
2020

2121

@@ -126,7 +126,7 @@ you add a translation for the first time by running:
126126
make po-init PO_FILE=po/XX.po
127127
```
128128

129-
where XX is the locale, e.g. "de", "is", "pt\_BR", "zh\_CN", etc.
129+
where XX is the locale, e.g. "de", "is", "pt_BR", "zh_CN", etc.
130130

131131
The newly generated message file "po/XX.po" is based on the core pot
132132
file "po/git-core.pot", so it contains only a minimal set of messages

0 commit comments

Comments
 (0)