Skip to content

Commit

Permalink
Release v0.70
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed Jan 28, 2024
1 parent b2d756d commit f37edd6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ user-visible changes while the day to day changes are in the git logs.
__ __/ _ \|___ / _ \
\ \ / / | | | / / | | | The PerlIO cleanup release.
\ V /| |_| | / /| |_| |
\_/ \___(_)_/ \___/ (not released yet)
\_/ \___(_)_/ \___/ (Released on 2024/01/29)

Major cleanup:
* Greatly simplify the code by using PerlIO instead of messing up
Expand Down Expand Up @@ -103,6 +103,24 @@ Translations:
* Updated: Serbian (cyrillic), thanks Ivan Pesic.
* Updated: Spanish, thanks Francisco Serrador, ignotus and gallegonovato.

Status of the binary translation:
* 100%: de, es, fr, it, ja, ru.
* >90%: eo (92%), hr (90%), nb (93%), nl (94%), pt (94%), pt_BR (94%), sr_Cyrl (94%), uk (94%), zh_Hans (90%), zh_Hant (90%).
* >80%: hu (88%).
* >70%: id (74%).
* >50%: cs (56%), da (62%), et (65%), eu (54%), pl (60%), sl (54%), sv (69%), vi (65%).
* >33%: ca (43%).
* Starting: ace (2%), af (7%), ar (13%), ka (16%), kn (7%), ko (18%).

Status of the documentation translation:
* 100%: de, fr, it.
* >95%: es (99%), ja (99%), nl (96%), sr_Cyrl (96%), uk (96%).
* >90%: pt (91%), pt_BR (91%), zh_Hans (90%), zh_Hant (90%).
* >80%: ru (84%).
* >50%: pl (65%).
* >33%: ca (42%).
* Starting: eo (2%), hr (0%), hu (0%), nb (4%).

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

0 comments on commit f37edd6

Please sign in to comment.