Re: Localization

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Yonatan Misgan <yonamis(at)dtu(dot)edu(dot)et>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Localization
Date: 2019-05-30 18:49:05
Message-ID: 20190530184905.GA23475@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2019-May-30, Yonatan Misgan wrote:

> Hello Dear, how are you doing? I am Yonathan Misgan from Ethiopia.
> Currently I am working on open source database localization. I highly
> requested your advice on how to support my hard code in PostgreSQL. I
> am developed Ethiopian locales after all I have difficulties on how to
> use this locale. How can am I include the locales into the developed
> environment. I mean where I put and how can I use this my own locale
> file. For example, I have the resource files of Ethiopian locale (the
> XML file) and the hard code part for the calendar but where I put this
> file in PostgreSQL to access as Ethiopian locale and in what format
> also I need to put. Thank you.

I'm not sure what's the localization XML you're talking about -- we
don't have any such thing in Postgres. We do have localization in
Postgres, but it's used for error messages, the output of --help of
various programs, and so on. The way to start there is to see
https://babel.postgresql.org about getting your language added; there
are other important links in that page also.

If that's not what you meant, I think you'll have to explain more.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter J. Holzer 2019-05-30 19:00:57 Re: Questions about btree_gin vs btree_gist for low cardinality columns
Previous Message Will Hartung 2019-05-30 17:11:36 Re: Questions about btree_gin vs btree_gist for low cardinality columns