Simplified Chinese translation for po4a
by hottea
hi,
dear all.
I'm not sure if I have join this mail list. I don't know how to join as there isn't a how-to on the website. I hope you can receive my email.
I found po4a when doing some translation, and found that there's not a complete Simplified Chinese translation for po4a, so I do the work. I create a project on transifex, a localization platform, see www.transifex.com/projects/p/po4a-translation. I wonder how could I see the final result? Where are the translation installed?
If you're interested in the Simplified Chinese translation for po4a, please join the language team on transifex.com, you can also request language on transifex.
-----
send from hottea's openSUSE
3 years, 9 months
Support for reST (reStructuredText)
by Christian Ziemski
Hi!
I'm using Po4a for maintenance of reST(reStructuredText) formatted
documents.
The format "text" is almost working fine here but has problems with some
of reST's specials.
So I patched Text.pm to get it working, at least for me.
Since I'm new to Po4a (and to this list) and not fluent in Perl
it may not be a perfect solution, but anyway:
Is there any interest in the patch (it's against version 0.42)?
Regards
Christian
10 years, 6 months
po4a 0.45 has been released
by D. Barbier
Hello,
I am pleased to announce the release of po4a 0.45.
Tarball is available at
http://alioth.debian.org/frs/?group_id=30267
Major changes in release 0.45 (2013-08-21)
po4a:
* Fix usage of File::Temp::tempfile to allow using Perl >= 5.18.
Asciidoc:
* Make it a standalone format.
Docbook:
* Make <beginpage> inline.
Ini:
* Add key parameter as an automatic comment. This allows using
po4a-gettextize on ini files.
LaTeX:
* Fix handling of optional parameters in newtheorem command.
Po:
* Fix computation of timezone written into PO files.
Sgml:
* Fix failing tests with recent Docbook DTD.
Many thanks to all people who contributed to this release.
Denis
11 years, 3 months
New release
by François Boulogne
Dear developers,
v0.44 has an annoying bug with the last perl version:
'tempfile' can't be called as a method at
/usr/share/perl5/vendor_perl/Locale/Po4a/Po.pm line 575.
I checked the repository and I know it has been fixed by a contributor.
Since it is quite critical, is it possible to release a new version soon
for users who have an up-to-date system?
Thank you very much for your efforts.
--
François Boulogne.
http://www.sciunto.org
GPG fingerprint: 25F6 C971 4875 A6C1 EDD1 75C8 1AA7 216E 32D5 F22F
11 years, 3 months
[po4a-Bugs][314332] tex module does not like \newtheorem{}[]{}
by po4a-bugs@alioth.debian.org
po4a-Bugs item #314332 was changed at 2013-08-19 14:41 by Denis Barbier
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=410622&aid=314332&gro...
>Status: Closed
Priority: 3
Submitted By: Federico Poloni (fph-guest)
Assigned to: Nobody (None)
Summary: tex module does not like \newtheorem{}[]{}
Category: None
Group: None
Resolution: Fixed
Initial Comment:
The tex module does not accept the (valid) middle optional argument to a newtheorem call. For instance, the following file does not work:
\documentclass{article}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\begin{document}
\end{document}
Inserting the following line fixes the problem:
%po4a: command newtheorem {}[]{_}[]
I suspect that the stored description of the command newtheorem is missing the first optional parameter.
----------------------------------------------------------------------
Comment By: Denis Barbier (barbier-guest)
Date: 2013-08-19 14:41
Message:
Fixed in SVN, thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=410622&aid=314332&gro...
11 years, 3 months
[po4a-Bugs][314332] tex module does not like \newtheorem{}[]{}
by po4a-bugs@alioth.debian.org
po4a-Bugs item #314332 was changed at 2013-08-19 14:41 by Denis Barbier
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=410622&aid=314332&gro...
Status: Open
Priority: 3
Submitted By: Federico Poloni (fph-guest)
Assigned to: Nobody (None)
Summary: tex module does not like \newtheorem{}[]{}
Category: None
Group: None
>Resolution: Fixed
Initial Comment:
The tex module does not accept the (valid) middle optional argument to a newtheorem call. For instance, the following file does not work:
\documentclass{article}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}[theorem]{Lemma}
\begin{document}
\end{document}
Inserting the following line fixes the problem:
%po4a: command newtheorem {}[]{_}[]
I suspect that the stored description of the command newtheorem is missing the first optional parameter.
----------------------------------------------------------------------
>Comment By: Denis Barbier (barbier-guest)
Date: 2013-08-19 14:41
Message:
Fixed in SVN, thanks!
----------------------------------------------------------------------
You can respond by visiting:
https://alioth.debian.org/tracker/?func=detail&atid=410622&aid=314332&gro...
11 years, 3 months
po4a-0.44 fails to build against perl 5.18
by Didier Spaier
H there,
On a Slackware64-current I can build po4a against perl 5.16 but not against perl 5.18.
Here is output of the build:
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'po4a' version '0.44'
Starting ACTION_build
Starting ACTION_code
Starting ACTION_config_data
Finished ACTION_config_data
Finished ACTION_code
Starting ACTION_docs
Starting ACTION_manpages
Finished ACTION_manpages
Starting ACTION_html
Finished ACTION_html
Finished ACTION_docs
Starting ACTION_distmeta
Module::Build was not found in configure_requires! Adding it now
automatically as: configure_requires => { 'Module::Build' => 0.40 }
Created META.yml and META.json
Finished ACTION_distmeta
Starting ACTION_man
Starting ACTION_manpo
'tempfile' can't be called as a method at lib/Locale/Po4a/Po.pm line 575.
Died at Po4aBuilder.pm line 177.
In https://raw.github.com/git/git/master/Documentation/RelNotes/1.8.3.txt
I've found this:
* Recent versions of File::Temp (used by "git svn") started blowing
up when its tempfile sub is called as a class method; updated the
callsite to call it as a plain vanilla function to fix it.
(merge eafc2dd hb/git-pm-tempfile later to maint).
So I guess po4a *could have* a similar problem but my absolute ignorance
of perl doesn't allow me to investigate further, let alone propose a patch :(
I also tried to find a clue in:
http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod
But to no avail.
11 years, 3 months