Update documentation for QT removal.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood
2017-03-04 05:50:02 +00:00
parent 69a2bdde8f
commit e71162e0b4
3 changed files with 2 additions and 5 deletions

View File

@@ -10,8 +10,6 @@ How to translate?
To mark a message as translatable
- In GUI source code (under `src/qt`): use `tr("...")`
- In non-GUI source code (under `src`): use `_("...")`
No internationalization is used for e.g. developer scripts outside `src`.