summaryrefslogtreecommitdiff
path: root/src/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lang.h')
-rw-r--r--src/lang.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang.h b/src/lang.h
index ea71e531..bf4c16d1 100644
--- a/src/lang.h
+++ b/src/lang.h
@@ -13,3 +13,7 @@ const iString * string_Lang (const char *msgId);
13 13
14void translate_Lang (iString *textWithIds); 14void translate_Lang (iString *textWithIds);
15const char * translateCStr_Lang (const char *textWithIds); 15const char * translateCStr_Lang (const char *textWithIds);
16
17const char * cstrCount_Lang (const char *msgId, int count);
18const char * formatCStr_Lang (const char *formatMsgId, int count);
19const char * formatCStrs_Lang (const char *formatMsgId, size_t count);