Skip to content

Commit

Permalink
Release v0.67
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Jul 14, 2022
1 parent ea85c0b commit 20b08ea
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 9 deletions.
28 changes: 25 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ user-visible changes while the day to day changes are in the git logs.
=======================================================================
___ __ _____
__ __/ _ \ / /|___ |
\ \ / / | | | '_ \ / / unnamed
\ \ / / | | | '_ \ / / The Maryna Viazovska Release.
\ V /| |_| | (_) / /
\_/ \___(_)___/_/ (unreleased)
\_/ \___(_)___/_/ (Released on 2022/07/14)


Maryna Viazovska was recently awarded a Fields Medal for her work on
the sphere-packing problem in higher dimension.

Asciidoc:
* Support Hugo shortcode on macros (GitHub's #352) [Danilo G. Baio]
* Support automatically numbered callouts (GitHub's #351) [J.N. Avila]
Expand Down Expand Up @@ -66,9 +69,28 @@ Translations:
* Updated: Vietnamese, thanks Trần Ngọc Quân.

Status of the binary translation:
* 5 languages = 100%: de, fr, nb, pt_BR, sr_Cyrl.
* 11 languages >= 95%: eo (97%), es (97%), hr (97%), hu (95%),
it (97%), nl (97%), pt (97%), ru (96%),
uk (98%), zh_CN (97%), zh_Hant(97%).
* 1 language >= 80%: id (80%).
* 1 language >= 70%: sv (74%).
* 8 languages >= 50%: cs (59%), da (62%), et (69%), eu (58%),
ja (64%), pl (64%), sl (57%), vi (69%).
* 1 language >= 33%: ca (46%).
* 6 starting languages: ace (2%), af (7%), ar (14%), kn (7%),
ko(19%), zh_HK (3%).

Status of the documentation translation:

* 2 languages = 100%: fr, uk.
* 8 languages >= 95%: de (98%), it (99%), nl (98%), pt (97%),
pt_BR (99%), sr_Cyrl (99%), zh_CHS (98%),
zh_Hant (98%).
* 1 language >= 80%: es (87%).
* 1 language >= 70%: ja (74%).
* 2 languages >= 50%: pl (67%), ru (68%).
* 1 language >= 33%: ca (44%).
* 4 starting languages: eo (2%), hr (0%), hu (0%), nb (4%).

=======================================================================
___ __ __
Expand Down
8 changes: 4 additions & 4 deletions lib/Locale/Po4a/Sgml.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# This code is an adapted version of sgmlspl (SGML postprocessor for the
# SGMLS and NSGMLS parsers) which was:
#
# Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>
# Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>
#
# The adaptation for po4a was done by Denis Barbier <barbier@linuxfr.org>,
# Martin Quinson (mquinson#debian.org) and others.
Expand Down Expand Up @@ -1348,7 +1348,7 @@ sub end_paragraph {
This module is an adapted version of sgmlspl (SGML postprocessor for the
ONSGMLS parser) which was:
Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>
Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>
The adaptation for po4a was done by:
Expand All @@ -1357,8 +1357,8 @@ The adaptation for po4a was done by:
=head1 COPYRIGHT AND LICENSE
Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>.
Copyright © 2002-2005 SPI, Inc.
Copyright © 1995 David Megginson <dmeggins@aix1.uottawa.ca>.
Copyright © 2002-2005 SPI, Inc.
This program is free software; you may redistribute it and/or modify it
under the terms of GPL (see the COPYING file).
2 changes: 1 addition & 1 deletion lib/Locale/Po4a/TransTractor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use warnings;

use subs qw(makespace);
use vars qw($VERSION @ISA @EXPORT);
$VERSION = "0.67-alpha";
$VERSION = "0.67";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down
2 changes: 1 addition & 1 deletion lib/Locale/Po4a/Wml.pm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ sub parse {
=head1 COPYRIGHT AND LICENSE
Copyright © 2005 SPI, Inc.
Copyright © 2005 SPI, Inc.
This program is free software; you may redistribute it and/or modify it
under the terms of GPL (see the COPYING file).

0 comments on commit 20b08ea

Please sign in to comment.