From 757943e82fd54837f83cd47ce4cc0cbb17793264 Mon Sep 17 00:00:00 2001 From: moanos Date: Fri, 31 May 2024 15:53:42 +0200 Subject: [PATCH] docs: Add translation instruction --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dc6e32..c1f8e63 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,12 @@ geocoding is only supported for Germany right now. ToDos * [ ] Implement a report that shows the number of location strings that could not be converted into a location -* [ ] Add a management command to re-query location strings to fill location \ No newline at end of file +* [ ] Add a management command to re-query location strings to fill location + +## Translation + +```zsh +nf makemessages -a +``` + +Use a program like `gtranslator` or `poedit` to start translations \ No newline at end of file