Skip to content

Commit 7fe12ca

Browse files
committed
Releasing v0.64
1 parent f66ceee commit 7fe12ca

File tree

23 files changed

+5839
-2712
lines changed

23 files changed

+5839
-2712
lines changed

MANIFEST

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ MANIFEST This list of files
4747
META.json
4848
META.yml
4949
NEWS
50+
po/bin/ace.po
5051
po/bin/af.po
5152
po/bin/ar.po
5253
po/bin/ca.po
@@ -77,6 +78,7 @@ po/bin/sr_Cyrl.po
7778
po/bin/sv.po
7879
po/bin/uk.po
7980
po/bin/vi.po
81+
po/bin/zh_Hant.po
8082
po/bin/zh_CN.po
8183
po/bin/zh_HK.po
8284
po/pod.cfg

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,6 @@
129129
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
130130
]
131131
},
132-
"version" : "0.63",
132+
"version" : "0.64",
133133
"x_serialization_backend" : "JSON::PP version 4.04"
134134
}

NEWS

Lines changed: 18 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-
\ \ / / | | | '_ \| || |_ unamed
7+
\ \ / / | | | '_ \| || |_ The Lascaux release.
88
\ V /| |_| | (_) |__ _|
9-
\_/ \___(_)___/ |_| (unreleased)
9+
\_/ \___(_)___/ |_| (released September 12. 2021)
1010

1111
Asciidoc:
1212
* Detect sublevel description lists with :::
@@ -35,8 +35,23 @@ Translations:
3535
* Updated: Ukrainian, thanks Tymofij Lytvynenko and Yuri Chornoivan.
3636

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

47+
Status of the documentation translation:
48+
8 languages >= 95%: de (97%), fr (97%), nl (97%), pt (97%), pt_BR (97%), sr_Cyrl (97%), uk (97%), zh_CHS (97%).
49+
1 language >= 80%: es (80%).
50+
2 languages >= 70%: ja (72%), pl (71%).
51+
2 languages >= 50%: it (69%), ru (61%).
52+
1 language >= 33%: ca (46%).
53+
4 starting languages: eo (2%), hr (0%), hu (0%), nb (1%).
54+
4055
=======================================================================
4156
___ __ _____
4257
__ __/ _ \ / /_|___ /

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.64-alpha";
14+
$VERSION = "0.64";
1515
@ISA = qw(DynaLoader);
1616
@EXPORT = qw(new process translate
1717
read write readpo writepo

0 commit comments

Comments
 (0)