English is used instead of the base language for missing pt-BR #8

Open
opened 2023-06-02 21:46:47 +00:00 by biodranik · 0 comments
biodranik commented 2023-06-02 21:46:47 +00:00 (Migrated from github.com)

There is a logic now that our clean_strings_txt cleans up similar sub-languages translations, and twine properly supports it by generating the base language for iOS. For example:

[type.historic.fort]
en = Fort
...
pt = Forte
pt-BR = Forte
ro = Fort 
...

becomes

[type.historic.fort]
en = Fort
...
pt = Forte
ro = Fort 
...

and works correctly. The bug appears when that translation is referenced in another translation:

[type.someothertype]
ref = type.historic.fort

Then instead of pt Forte the wrong en Fort is generated.

There is a logic now that our clean_strings_txt cleans up similar sub-languages translations, and twine properly supports it by generating the base language for iOS. For example: ``` [type.historic.fort] en = Fort ... pt = Forte pt-BR = Forte ro = Fort ... ``` becomes ``` [type.historic.fort] en = Fort ... pt = Forte ro = Fort ... ``` and works correctly. The bug appears when that translation is referenced in another translation: ``` [type.someothertype] ref = type.historic.fort ``` Then instead of pt Forte the wrong en Fort is generated.
This repo is archived. You cannot comment on issues.
No milestone
No project
No assignees
1 participant
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: organicmaps/twine#8
No description provided.