Skip to content

Commit 4216806

Browse files
committed
Releasing v0.65
1 parent 58209eb commit 4216806

File tree

3 files changed

+20
-6
lines changed

3 files changed

+20
-6
lines changed

META.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
"Locale::Po4a::TransTractor" : {
110110
"file" : "lib/Locale/Po4a/TransTractor.pm",
111-
"version" : "0.64"
111+
"version" : "0.65"
112112
},
113113
"Locale::Po4a::Wml" : {
114114
"file" : "lib/Locale/Po4a/Wml.pm"
@@ -129,6 +129,6 @@
129129
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
130130
]
131131
},
132-
"version" : "0.64",
132+
"version" : "0.65",
133133
"x_serialization_backend" : "JSON::PP version 4.04"
134134
}

NEWS

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ user-visible changes while the day to day changes are in the git logs.
44
=======================================================================
55
___ __ ____
66
__ __/ _ \ / /_| ___|
7-
\ \ / / | | | '_ \___ \ unnamed
7+
\ \ / / | | | '_ \___ \ The Apollo 12 release.
88
\ V /| |_| | (_) |__) |
9-
\_/ \___(_)___/____/ (not released yet)
9+
\_/ \___(_)___/____/ (released November 14. 2021)
1010

1111

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

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

4149
Status of the documentation translation:
42-
50+
2 languages = 100%: de, uk.
51+
6 languages >= 95%: fr (97%), nl (99%), pt (97%), pt_BR (99%), sr_Cyrl (99%), zh_CHS (97%).
52+
1 language >= 80%: es (80%).
53+
3 languages >= 70%: it (75%), ja (72%), pl (71%).
54+
1 language >= 50%: ru (67%).
55+
1 language >= 33%: ca (46%).
56+
4 starting languages: eo (2%), hr (0%), hu (0%), nb (1%).
4357

4458
=======================================================================
4559
___ __ _ _

lib/Locale/Po4a/TransTractor.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use warnings;
1111

1212
use subs qw(makespace);
1313
use vars qw($VERSION @ISA @EXPORT);
14-
$VERSION = "0.65-alpha";
14+
$VERSION = "0.65";
1515
@ISA = qw(DynaLoader);
1616
@EXPORT = qw(new process translate
1717
read write readpo writepo

0 commit comments

Comments
 (0)