Skip to content

Commit

Permalink
Release v0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
mquinson committed May 25, 2018
1 parent f8a2c60 commit d0e07e6
Show file tree
Hide file tree
Showing 7 changed files with 205 additions and 222 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"Locale::Po4a::TransTractor" : {
"file" : "lib/Locale/Po4a/TransTractor.pm",
"version" : "0.52"
"version" : "0.53"
},
"Locale::Po4a::Wml" : {
"file" : "lib/Locale/Po4a/Wml.pm"
Expand All @@ -119,6 +119,6 @@
"http://www.gnu.org/licenses/old-licenses/gpl-1.0.txt"
]
},
"version" : "0.52",
"version" : "0.53",
"x_serialization_backend" : "JSON::PP version 2.27400_02"
}
4 changes: 2 additions & 2 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.
=======================================================================
___ ____ _____
__ __/ _ \ | ___|___ /
\ \ / / | | ||___ \ |_ \
\ \ / / | | ||___ \ |_ \ Ciao, alioth, and thanks for the fish.
\ V /| |_| | ___) |__) |
\_/ \___(_)____/____/ (not released yet)
\_/ \___(_)____/____/ (released 2018-05-25)

AsciiDoc:
* handle macros with empty target, thanks Martijn Thé (GitHub's #54)
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.52";
$VERSION="0.53";
@ISA = qw(DynaLoader);
@EXPORT = qw(new process translate
read write readpo writepo
Expand Down
5 changes: 3 additions & 2 deletions po/bin/nb.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: po4a bin\n"
"Report-Msgid-Bugs-To: po4a@packages.debian.org\n"
"POT-Creation-Date: 2018-02-09 21:56+0100\n"
"POT-Creation-Date: 2018-05-25 10:06+0200\n"
"PO-Revision-Date: 2018-04-14 18:46+0000\n"
"Last-Translator: Petter Reinholdtsen <pere-weblate@hungry.com>\n"
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/po4a/"
Expand Down Expand Up @@ -1077,7 +1077,8 @@ msgstr "Oppdelt modus, oppretter en midlertidig POT"

#: ../../po4a:1124
msgid "Disabling --translate-only option, it is not supported in split mode"
msgstr "Kobler ut tilvalget --translate-only, det fungerer ikke i oppdelt modus"
msgstr ""
"Kobler ut tilvalget --translate-only, det fungerer ikke i oppdelt modus"

#: ../../po4a:1177 ../../po4a:1329 ../../po4a-updatepo:281
#, perl-format
Expand Down
4 changes: 2 additions & 2 deletions po/bin/po4a.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: po4a 0.52\n"
"Project-Id-Version: po4a 0.53\n"
"Report-Msgid-Bugs-To: po4a@packages.debian.org\n"
"POT-Creation-Date: 2018-02-09 21:56+0100\n"
"POT-Creation-Date: 2018-05-25 10:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
4 changes: 2 additions & 2 deletions po/pod/po4a-pod.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: po4a 0.52\n"
"Project-Id-Version: po4a 0.53\n"
"Report-Msgid-Bugs-To: po4a-devel@lists.alioth.debian.org\n"
"POT-Creation-Date: 2018-02-26 16:50+0100\n"
"POT-Creation-Date: 2018-05-25 10:06+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down
404 changes: 193 additions & 211 deletions po/pod/uk.po

Large diffs are not rendered by default.

0 comments on commit d0e07e6

Please sign in to comment.