diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-28 07:48:48 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-11-28 07:48:48 +0200 |
commit | e05a704154712184d73d85a3033e01337a11b380 (patch) | |
tree | 3aff6fcdda0a4a05dfc49e412eccd4dcc84dece9 /src/lang.h | |
parent | 7c18495eb995f5c5997c201a8eef70b134fa5152 (diff) |
Fixed page timestamp; 24-hour time preference
IssueID #349
Diffstat (limited to 'src/lang.h')
-rw-r--r-- | src/lang.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -40,3 +40,5 @@ const char * cstrCount_Lang (const char *msgId, int count); | |||
40 | const char * formatCStr_Lang (const char *formatMsgId, int count); | 40 | const char * formatCStr_Lang (const char *formatMsgId, int count); |
41 | const char * formatCStrs_Lang (const char *formatMsgId, size_t count); | 41 | const char * formatCStrs_Lang (const char *formatMsgId, size_t count); |
42 | const char * format_Lang (const char *formatTextWithIds, ...); | 42 | const char * format_Lang (const char *formatTextWithIds, ...); |
43 | |||
44 | iString * timeFormatHourPreference_Lang (const char *formatMsgId); | ||