|
I've translated around 65% except the admin interface (romanian) and I'm getting this error when I'm trying to access the "Bulk Management" page.
A more detailed log with the Debug Toolbar. Log. Somewhat related, when using the Django Debug Toolbar, I can't even access the administration panel without having some sort of UnicodeDecodeError being thrown. Should I disable it altogether? |
|
This is not related to the translations. I am using the EN version and I still got that error. BTW: The Ubuntu Romanian team has also start working on a translation: https://translations.launchpad.net/ubuntu-ro/osqa-l10n/+pots/osqa/ro/+translate ... maybe we can join our efforts weird because it behaves normally for me with the English locale... And as for collaborating, sure thing! Suntem deja mai multi romani care lucreaza asupra localizarii (aici pe site Sorin). Eu pot sa-ti trimit ce am tradus pana acum (cu svn-769, cred). E practic totul inafara de admin (prefer engleza) si urluri. Numai o sa trebuiasca sa vezi cum sa impaci diferentele de versiune, si de stil (pers II singular vs plural)
(27 Feb '11, 06:13)
xatrix
I am using the latest SVN version with Python 2.5. Can you please email me at adi@ubuntu.ro . Thanks!
(27 Feb '11, 06:26)
adiroiban
se poate sa-mi trimita si mie cineva traducerea ptr ultima versiune stable? .... 886 that is.
(09 Jun '11, 13:29)
Teodoru Adri...
din pacate pagina de pe launchpad nu mai este functionala... :( stie cineva unde se poate gasi traducerea romaneasca?
(19 Feb, 07:44)
rcopper
|
I've tried this with the default included Bulgarian translation. It too generates the same error when accessing the Bulk Management page. Looks like a problem with displaying non-ascii characters.
The Unicode issues in the bulk management tool were coming from the translated URLs, that were not properly encoded in in the template declare block. This two commits should have the issues resolved: