We don't always find translations because of relative path lookup #417

Closed
opened 2013-08-17 15:30:03 +02:00 by grant-olson · 0 comments
grant-olson commented 2013-08-17 15:30:03 +02:00 (Migrated from github.com)

This fails:

grant@johnicicleboy:~/src/PyBitmessage$ LANG=fr_BE.UTF-8 python bitmessagemain.py

This works:

grant@johnicicleboy:~/src/PyBitmessage/src$ LANG=fr_BE.UTF-8 python bitmessagemain.py

Because we use a relative path to lookup the translation files in bitmessageqt/__init__.py instead of determining the absolute path of the application and going from there.

Same root problem as #379

This fails: ``` grant@johnicicleboy:~/src/PyBitmessage$ LANG=fr_BE.UTF-8 python bitmessagemain.py ``` This works: ``` grant@johnicicleboy:~/src/PyBitmessage/src$ LANG=fr_BE.UTF-8 python bitmessagemain.py ``` Because we use a relative path to lookup the translation files in `bitmessageqt/__init__.py` instead of determining the absolute path of the application and going from there. Same root problem as #379
This repo is archived. You cannot comment on issues.
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2024-08-21#417
No description provided.