Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move LocaleScanner's INHERIT check from find upstream to __find
When digesting CLDR v44.1's github form, some data (e.g. pt_BR's language endonym) were None that had perfectly sensible values in the zip-file form. Letting __find() yield INHERIT entries lead to find() sometimes returning None, where __find() should have tried harder or raised an Error. This further amends commit bcdd51c (after commit 0f770b0 isolated its magic value). Pick-to: 6.5 Task-number: QTBUG-115158 Change-Id: I1af92a687cd50b8fd026c25f068c804a3516ef95 Reviewed-by: Mate Barany <mate.barany@qt.io> (cherry picked from commit 43cb413) Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
- Loading branch information