Skip to content

Commit

Permalink
Releasing v0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Jan 2, 2022
1 parent 4c28483 commit 4dda988
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
20 changes: 17 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ user-visible changes while the day to day changes are in the git logs.
=======================================================================
___ __ __
__ __/ _ \ / /_ / /_
\ \ / / | | | '_ \| '_ \ unnamed
\ \ / / | | | '_ \| '_ \ The 2+1 times 22 are 66 release.
\ V /| |_| | (_) | (_) |
\_/ \___(_)___/ \___/ (unreleased)
\_/ \___(_)___/ \___/ (Released on 2/1/22)


Asciidoc:
Expand Down Expand Up @@ -45,9 +45,23 @@ Translations:
* Updated: Ukrainian, thanks Yuri Chornoivan (українська).

Status of the binary translation:
7 languages = 100%: fr, hr, it, nb, nl, pt_BR, uk.
8 languages >= 95%: de (97%), eo (98%), es (97%), hu (97%), pt (97%), ru (98%), sr_Cyrl (99%), zh_CN (97%).
1 language >= 80%: id (81%).
2 languages >= 70%: et (71%), sv (76%).
7 languages >= 50%: cs (60%), da (62%), eu (59%), ja (65%), pl (65%), sl (58%), vi (65%).
1 language >= 33%: ca (47%).
1 language >= 20%: zh_Hant (22%).
6 starting languages: ace (2%), af (7%), ar (14%), kn (7%), ko (19%), zh_HK (3%).

Status of the documentation translation:

3 languages = 100%: it, pt_BR, uk.
4 languages >= 95%: de (99%), fr (96%), nl (99%), sr_Cyrl (99%).
2 languages >= 90%: pt (94%), zh_CHS (93%).
1 language >= 70%: es (78%).
3 languages >= 50%: ja (69%), pl (69%), ru (69%).
1 language >= 33%: ca (44%).
4 starting languages: eo (2%), hr (0%), hu (0%), nb (3%).

=======================================================================
___ __ ____
Expand Down
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.66-alpha";
$VERSION = "0.66";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down

0 comments on commit 4dda988

Please sign in to comment.