diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-05 07:19:12 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-05 07:19:12 +0200 |
commit | e308741fd9ea2cc6f7ea65e66967909974765b78 (patch) | |
tree | 1ca2c1f35010bc94f82d4a4f468941bf937dc918 /doc | |
parent | Add configuration/defaults.h (diff) | |
download | smolbote-e308741fd9ea2cc6f7ea65e66967909974765b78.tar.xz |
Update translations
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Translating.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Translating.md b/doc/Translating.md index 111ddbc..fc7bad3 100644 --- a/doc/Translating.md +++ b/doc/Translating.md @@ -4,6 +4,11 @@ lupdate src/ lib/ -ts lang/<lang-id>.ts ~~~ +### Updating translations +~~~sh +lupdate src/ lib/ -no-obsolete -ts lang/<lang-id>.ts +~~~ + ## Baking translation This generates lang/<lang-id>.qm |