Opened 10 years ago
Closed 10 years ago
#5020 closed defect (duplicate)
Errors in translations
Reported by: | ayleph | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | infrastructure | Keywords: | make, babel |
Cc: | Parent Tickets: |
Description
Trying to compile latest master gives the following pybabel errors.
(mediagoblin-0.8.0) ~/mediagoblin-0.8.0 $ make ./devtools/compile_translations.sh ... error: mediagoblin/i18n/ca/mediagoblin.po:399: positional format placeholders are unbalanced ... Skipping mediagoblin/i18n/templates/en/mediagoblin.po which pybabel can't compile :( Skipping mediagoblin/i18n/jbo/mediagoblin.po which pybabel can't compile :( ...
Change History (2)
comment:1 by , 10 years ago
Priority: | major → minor |
---|
comment:2 by , 10 years ago
Milestone: | 0.8.0 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
This is a problem, but skipping is a workaround indeed, and one I hard-coded in. See #1070 which is more or less the source of this issue.
Note:
See TracTickets
for help on using tickets.
"Skipping" are workarounds for errors. This messages are hardcoded in our script.
Is error with 'ca' locale still there?
I will lower the priority of the bug.