Hi all;
LedgerSMB 1.3.26-rc1 has been released. Feel free to test it but it only
consists of a few additional bug fixes in niche uses. There are a few
improvements for general users but these are not that common. Feel free to
download and test.
There are two changes that are of general interes
On Wed, Dec 19, 2012 at 5:58 AM, Nigel Titley wrote:
> I decided to try installing 1.3.25 from scratch on a virgin debian
> squeeze installation yesterday, using the Ubuntu installation notes as a
> guide.
>
> Things largely went smoothly. Many of the required CPAN modules are
> available as part
> Pongrácz,
>
> On Thu, Dec 20, 2012 at 11:18 AM, Pongrácz István
>
wrote:
>> I tried to update my po file from source, using Poedit.
>>
>> It started well, but it failed to update, due to that, the process found an
>> unknown variable: $whatever, in file aa.pl
>
> I saw your post about having
Pongrácz,
On Thu, Dec 20, 2012 at 11:18 AM, Pongrácz István
wrote:
> I tried to update my po file from source, using Poedit.
>
> It started well, but it failed to update, due to that, the process found an
> unknown variable: $whatever, in file aa.pl
I saw your post about having solved the is
Hi,
The solution:
There were only one occurence of this issue, so, I replace $ with
temporarly, Poedit succeed to find new messages and unused messages.
So, problem solved :)
Bye,
István
eredeti üzenet-
Feladó: "Pongrácz István"
Címzett: Ledger-smb-dev
Hi,
I tried to update my po file from source, using Poedit.
It started well, but it failed to update, due to that, the process found an
unknown variable: $whatever, in file aa.pl
The point is, due to using $variable in the translation, like this:
text('$variable'), Poedit failed.
My question