Skip to content

Commit ae55dc6

Browse files
committed
Update translation POT and FR files
1 parent a0fe50d commit ae55dc6

File tree

4 files changed

+494
-397
lines changed

4 files changed

+494
-397
lines changed

docs/translators.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,17 @@ To create or update the PO template (`po/diffuse.pot`), use this command at the
1414
repo root:
1515

1616
```sh
17-
xgettext -w 84 -o po/diffuse.pot -f po/POTFILES.in
17+
xgettext -w 84 -o po/diffuse.pot -f po/POTFILES
1818
```
1919

20+
Regenerating the POT file will add a bunch of new lines coming from
21+
`data/io.github.mightycreak.Diffuse.appdata.xml.in`. Not all the lines need to
22+
be translated in this file. In `diffuse.pot`, look for the comment
23+
`Translators: no need to translate after this comment`, and remove all the
24+
added lines for this file.
25+
2026
_Note:_ why 84 characters, you ask? because the usage text has to be 80-char
21-
wide, plus the beginning and ending `"` and the final `\n` (literally two
27+
wide, plus the beginning and ending `"` and the final `\n` (which is two
2228
characters).
2329

2430
## Create a new translation

0 commit comments

Comments
 (0)