Skip to content

Commit

Permalink
Releasing v0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Sep 12, 2021
1 parent f66ceee commit 7fe12ca
Show file tree
Hide file tree
Showing 23 changed files with 5,839 additions and 2,712 deletions.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ MANIFEST This list of files
META.json
META.yml
NEWS
po/bin/ace.po
po/bin/af.po
po/bin/ar.po
po/bin/ca.po
Expand Down Expand Up @@ -77,6 +78,7 @@ po/bin/sr_Cyrl.po
po/bin/sv.po
po/bin/uk.po
po/bin/vi.po
po/bin/zh_Hant.po
po/bin/zh_CN.po
po/bin/zh_HK.po
po/pod.cfg
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
]
},
"version" : "0.63",
"version" : "0.64",
"x_serialization_backend" : "JSON::PP version 4.04"
}
21 changes: 18 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.
=======================================================================
___ __ _ _
__ __/ _ \ / /_ | || |
\ \ / / | | | '_ \| || |_ unamed
\ \ / / | | | '_ \| || |_ The Lascaux release.
\ V /| |_| | (_) |__ _|
\_/ \___(_)___/ |_| (unreleased)
\_/ \___(_)___/ |_| (released September 12. 2021)

Asciidoc:
* Detect sublevel description lists with :::
Expand Down Expand Up @@ -35,8 +35,23 @@ Translations:
* Updated: Ukrainian, thanks Tymofij Lytvynenko and Yuri Chornoivan.

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

Status of the documentation translation:
8 languages >= 95%: de (97%), fr (97%), nl (97%), pt (97%), pt_BR (97%), sr_Cyrl (97%), uk (97%), zh_CHS (97%).
1 language >= 80%: es (80%).
2 languages >= 70%: ja (72%), pl (71%).
2 languages >= 50%: it (69%), ru (61%).
1 language >= 33%: ca (46%).
4 starting languages: eo (2%), hr (0%), hu (0%), nb (1%).

=======================================================================
___ __ _____
__ __/ _ \ / /_|___ /
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.64-alpha";
$VERSION = "0.64";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down
Loading

0 comments on commit 7fe12ca

Please sign in to comment.