mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add comment for "below floor" event
This one is a tough one for translators. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
82ac264815
commit
6a579dc9c0
2 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
|||
extern const char *trGettext(const char *);
|
||||
#define translate(_context, arg) trGettext(arg)
|
||||
#define QT_TRANSLATE_NOOP(_context, arg) arg
|
||||
#define QT_TRANSLATE_NOOP3(_context, arg, _comment) arg
|
||||
|
||||
#endif // MYGETTEXT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue