Re: [GENERAL] Postgres Log Message Translations

2017-08-20 Thread tirveni yadav
On Sun, Aug 20, 2017 at 7:19 AM, Enis Inan  wrote:
>
> Hello,
>
> Is there a way I can access the ".po" files containing the English -> Foreign 
> language translations of postgres' log messages? I only need the translations 
> from English to Japanese for a project I'm working on.
>
> Thank you!
> -Enis


In Linux, you can find the translations at /usr/share/locale or /usr/lib/locale.

Take a look at docs:
https://www.postgresql.org/docs/current/static/nls-translator.html


-- 
Regards,

Tirveni Yadav

www.bael.io

What is this Universe ? From what it arises ? Into what does it go?
In freedom it arises, In freedom it rests and into freedom it melts away.
Upanishads.


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] Postgres Log Message Translations

2017-08-19 Thread Enis Inan
Hello,

Is there a way I can access the ".po" files containing the English ->
Foreign language translations of postgres' log messages? I only need the
translations from English to Japanese for a project I'm working on.

Thank you!
-Enis