← Back to team overview

ubuntu-l10n-he team mailing list archive

[Bug 341015] Re: update-manager crashed with TypeError in _get_last_apt_get_update_text()

 

I think this bug is coming from python/print function.

As in Arabic,we have 6 plural forms. we used NOT to include the variable
(%i for example)  in 0th, 1st & 2nd forms. This is the correct language.

I have check both c/printf and python/print. c/printf is more robust.

c/printf accepts this:

n=1;
printf("One hour.", n);

in other hand python/print rises an error:

n=1
print "One hour." % n

As a work around we could do some thing like "(%i) One hour.".

But should we pass this bug to python?

-- 
update-manager crashed with TypeError in _get_last_apt_get_update_text()
https://bugs.launchpad.net/bugs/341015
You received this bug notification because you are a member of Ubuntu
Hebrew Translators, which is a bug assignee.



Follow ups