From e8b2182d79fc060d7ac68b78d02bd0bcf4546b1b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 26 Feb 2020 18:05:32 +1000 Subject: [PATCH] mention need to update translations and link to docs --- README.contributing | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.contributing b/README.contributing index 80a2bd88c..b04c808e0 100644 --- a/README.contributing +++ b/README.contributing @@ -96,6 +96,16 @@ pylib/tools/genhooks.py and qt/tools/genhooks_gui.py. Adding a new definition in one of those files and running 'make develop' will update pylib/anki/hooks .py or qt/aqt/gui_hooks.py. +Translations +-------------- + +The translations into other languages will be fetched on the first build. +If you'd like to keep them up to date, you need to run 'make pull-i18n' +periodically. + +For information on adding new translatable strings to Anki, please see +https://ankitects.github.io/translating/#/anki/developers + Tests Must Pass ----------------