Hi, I've inspected latest package from sid (lxmenu-data_0.1.6-
3_all.deb). Issue seems still present.
This can be fixed with a very easy sed on the files (binary deb side):
sed -i \
  's/^Name\[en_CA\]=.*/Name[en_CA]=System/' \
  /usr/share/desktop-directories/lxde-system.directory

and

sed -i \
  -e 's/^Name\[en_CA\]=.*/Name[en_CA]=Universal Access/' \
  -e 's/^Comment\[en_CA\]=.*/Comment[en_CA]=Universal Access Settings/'
\
  /usr/share/desktop-directories/lxde-utility-accessibility.directory

Although this is not very helpful to the maintainers at all as the
files are never shipped as is.
Taking a look at the src package it seems the wrong catalan entries are
generated somewhere in the make process (po subdir)
Something is wrong here:

196 #~ msgid "System Tools"
197 #~ msgstr "Eines de sistema"

in the file po/ca.po, I think.

Thanks !

Alexandru Mihail
https://wiki.debian.org/AlexandruMihail

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to