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 autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.213.166 with SMTP id nt6mr10978982obc.3.1442179832562; Sun, 13 Sep 2015 14:30:32 -0700 (PDT) X-Received: by 10.182.32.68 with SMTP id g4mr33184obi.31.1442179832496; Sun, 13 Sep 2015 14:30:32 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!kq10no4106538igb.0!news-out.google.com!n2ni264igy.0!nntp.google.com!kq10no2180820igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 13 Sep 2015 14:30:32 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=67.170.215.50; posting-account=1YPeQwoAAACAk-xhKPD32B0GIDdsFFtk NNTP-Posting-Host: 67.170.215.50 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <306e6e8c-f4f4-4747-9c6d-94a93d54439e@googlegroups.com> Subject: ANN: ZanyBlue v1.2.1 Beta Available From: Michael Rohan Injection-Date: Sun, 13 Sep 2015 21:30:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:27764 Date: 2015-09-13T14:30:32-07:00 List-Id: Hi Folks, A new release of ZanyBlue is now available: 1.2.1 Beta. This is an Ada library currently targeting localization support for Ada (along the lines of Java properties) with supporting message formatting and built-in localization for about 20 locales. The properties files are compiled into Ada sources built with your application and use to access application messages at run-time. The run-time locale is used to select localized messages, if they are available. The changes for this release are * Updates for building with GNAT 2015 (major driver for this release). * Updated CLDR to release 26 from release 24. Please see the the project page on Source Forge for download links, documentation, etc, http://zanyblue.sourceforge.net This project is licensed under a simple BSD style license. Take care, Michael.