From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.4.10 with SMTP id 10mr13320310ioe.35.1511386595996; Wed, 22 Nov 2017 13:36:35 -0800 (PST) X-Received: by 10.157.94.7 with SMTP id d7mr944957oti.8.1511386595886; Wed, 22 Nov 2017 13:36:35 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.kjsl.com!usenet.stanford.edu!i6no3934183itb.0!news-out.google.com!193ni7180iti.0!nntp.google.com!d140no3931585itd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 22 Nov 2017 13:36:35 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=81.50.49.93; posting-account=94GLqQoAAABRDKJ5vWVBzCDWAEq47F5V NNTP-Posting-Host: 81.50.49.93 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <33b0b611-c12f-42e1-be2c-7500a6c09eca@googlegroups.com> Subject: Re: gettext for Ada From: Blady Injection-Date: Wed, 22 Nov 2017 21:36:35 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: feeder.eternal-september.org comp.lang.ada:49074 Date: 2017-11-22T13:36:35-08:00 List-Id: Le dimanche 19 novembre 2017 21:40:55 UTC+1, Victor Porton a =C3=A9crit=C2= =A0: > Where can I get a gettext bindings for Ada? >=20 > In 2009 there was a discussion on the same question, and the inquirer was= =20 > advised to use GtkAda.Intl in GtkAda. >=20 > It is not an ideal solution, because I do not want (me and my users) to= =20 > install GtkAda only to get gettext support. >=20 > Is there are less heavyweight solution? >=20 > --=20 > Victor Porton - http://portonvictor.org Hello, Zanyblue (http://zanyblue.sourceforge.net) is full Ada. "Globalization is supported by the ZanyBlue text library by providing routi= nes to access and format messages in Ada sources (the i18n aspect of g11n) = and localization via the externalization of messages strings to properties = files." See example ConnectFour: https://sourceforge.net/p/gnoga/code/ci/dev_1.3/tree/demo/connect_four/ HTH, Pascal.