summaryrefslogtreecommitdiff
path: root/src/lang.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-25 08:48:51 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-25 08:49:04 +0200
commite8c65a9cc9aee8f49df01e0452516adb1eb7f289 (patch)
tree0a02ae01c34561c950c71cdf4e116d90bb7b9577 /src/lang.h
parent9b2f3176145af506071fee1e0a174de9e209b69f (diff)
Lang: Plural strings
IssueID #192
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);