Skip to content

no localized string resource matched #1

Description

@bon-ami

Some reports failure unless with following changes.
in ewcust.py, change
if re.match(r'sLanguage.*', line):
to beginning with four spaces explicitly
if re.match(r' sLanguage.*', line):
and change 2->3 & 3->4 in element numbering afterwards

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions