Re: Translatable strings with formatting of 64bit values

2018-04-25 Thread Tom Lane
librelpIldus Kurbangaliev writes: > apparently gettext can't properly identify strings when 64bit values > formatted with macros like INT64_FORMAT and UINT64_FORMAT. I did > some research and found out that gettext can work with PRId64 and > PRIu64. My suggestion is to use these macro for such str

Translatable strings with formatting of 64bit values

2018-04-25 Thread Ildus Kurbangaliev
Hi, apparently gettext can't properly identify strings when 64bit values formatted with macros like INT64_FORMAT and UINT64_FORMAT. I did some research and found out that gettext can work with PRId64 and PRIu64. My suggestion is to use these macro for such strings. The problem is here that PRIu64