Skip to content

Commit

Permalink
Releasing v0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Nov 14, 2021
1 parent 58209eb commit 4216806
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 6 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"Locale::Po4a::TransTractor" : {
"file" : "lib/Locale/Po4a/TransTractor.pm",
"version" : "0.64"
"version" : "0.65"
},
"Locale::Po4a::Wml" : {
"file" : "lib/Locale/Po4a/Wml.pm"
Expand All @@ -129,6 +129,6 @@
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
]
},
"version" : "0.64",
"version" : "0.65",
"x_serialization_backend" : "JSON::PP version 4.04"
}
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 Apollo 12 release.
\ V /| |_| | (_) |__) |
\_/ \___(_)___/____/ (not released yet)
\_/ \___(_)___/____/ (released November 14. 2021)


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

Status of the binary translation:
6 languages = 100%: de, fr, it, nl, ru, uk.
9 languages >= 95%: eo (99%), es (99%), hr (99%), hu (99%), nb (99%), pt (99%), pt_BR (99%), sr_Cyrl (99%), zh_CN (99%).
1 language >= 80%: id (82%).
2 languages >= 70%: et (73%), sv (77%).
7 languages >= 50%: cs (61%), da (62%), eu (60%), ja (65%), 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:

2 languages = 100%: de, uk.
6 languages >= 95%: fr (97%), nl (99%), pt (97%), pt_BR (99%), sr_Cyrl (99%), zh_CHS (97%).
1 language >= 80%: es (80%).
3 languages >= 70%: it (75%), ja (72%), pl (71%).
1 language >= 50%: ru (67%).
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.65-alpha";
$VERSION = "0.65";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down

0 comments on commit 4216806

Please sign in to comment.