diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-25 08:48:51 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-25 08:49:04 +0200 |
commit | e8c65a9cc9aee8f49df01e0452516adb1eb7f289 (patch) | |
tree | 0a02ae01c34561c950c71cdf4e116d90bb7b9577 /src/lang.h | |
parent | 9b2f3176145af506071fee1e0a174de9e209b69f (diff) |
Lang: Plural strings
IssueID #192
Diffstat (limited to 'src/lang.h')
-rw-r--r-- | src/lang.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,3 +13,7 @@ const iString * string_Lang (const char *msgId); | |||
13 | 13 | ||
14 | void translate_Lang (iString *textWithIds); | 14 | void translate_Lang (iString *textWithIds); |
15 | const char * translateCStr_Lang (const char *textWithIds); | 15 | const char * translateCStr_Lang (const char *textWithIds); |
16 | |||
17 | const char * cstrCount_Lang (const char *msgId, int count); | ||
18 | const char * formatCStr_Lang (const char *formatMsgId, int count); | ||
19 | const char * formatCStrs_Lang (const char *formatMsgId, size_t count); | ||