commit: 7b797bfa1b22b5238a37ba281c59f477b00715e7
parent: ccc42ba4f8e1e87f949b055c77d875be450aff48
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 18 Jan 2020 20:37:24 +0100
README: Document doing translations
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -22,6 +22,14 @@ Comparing from other small WebKit browsers for unixes found in the wild:
Motivation from other clients <https://hacktivis.me/articles/www-client%20are%20broken>
+## Contributing
+### Translations
+You need to have gettext installed. If you want a GUI, poedit exists and Weblate is a good web platform that I might consider hosting at some point.
+
+- Syncing POT file with the source code: ``make po/messages.pot``
+- Syncing PO file with the POT file: ``make po/de.po``
+- Initialising a new PO file (example for German, `de_DE`): ``msginit -l de_DE -i po/messages.pot -o po/de.po``
+
## Repositories
### git
- Main: <https://hacktivis.me/git/badwolf/>, <git://hacktivis.me/git/badwolf.git>