summaryrefslogtreecommitdiff
path: root/src/lang.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-11-28 07:48:48 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-11-28 07:48:48 +0200
commite05a704154712184d73d85a3033e01337a11b380 (patch)
tree3aff6fcdda0a4a05dfc49e412eccd4dcc84dece9 /src/lang.h
parent7c18495eb995f5c5997c201a8eef70b134fa5152 (diff)
Fixed page timestamp; 24-hour time preference
IssueID #349
Diffstat (limited to 'src/lang.h')
-rw-r--r--src/lang.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang.h b/src/lang.h
index e3e6c433..8ed5eca9 100644
--- a/src/lang.h
+++ b/src/lang.h
@@ -40,3 +40,5 @@ const char * cstrCount_Lang (const char *msgId, int count);
40const char * formatCStr_Lang (const char *formatMsgId, int count); 40const char * formatCStr_Lang (const char *formatMsgId, int count);
41const char * formatCStrs_Lang (const char *formatMsgId, size_t count); 41const char * formatCStrs_Lang (const char *formatMsgId, size_t count);
42const char * format_Lang (const char *formatTextWithIds, ...); 42const char * format_Lang (const char *formatTextWithIds, ...);
43
44iString * timeFormatHourPreference_Lang (const char *formatMsgId);