mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
mention need to update translations and link to docs
This commit is contained in:
parent
cd0a09c865
commit
e8b2182d79
1 changed files with 10 additions and 0 deletions
|
@ -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
|
in one of those files and running 'make develop' will update pylib/anki/hooks
|
||||||
.py or qt/aqt/gui_hooks.py.
|
.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
|
Tests Must Pass
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue