Package Kit: internationalize strings that may be displayed to the user

This fixes #14525.

Change-Id: I25810a4e12caed7aa47717e278591b1716b6198c
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2329
Reviewed-by: Niels Sascha Reedijk <[email protected]>
This commit is contained in:
Niels Sascha Reedijk
2020-04-13 09:00:10 +00:00
parent 8e3ce627f2
commit 4b918abdb0
4 changed files with 31 additions and 7 deletions
+1
View File
@@ -6,6 +6,7 @@
#define _CATALOG_H_
#ifndef B_AVOID_TRANSLATION_MACROS
#define B_TRANSLATE(x) x
#define B_TRANSLATE_MARK(x) x
#define B_TRANSLATE_NOCOLLECT(x) x
#endif