Fix PR comments

This commit is contained in:
ManyTheFish
2024-07-25 10:16:23 +02:00
committed by Louis Dureuil
parent 70d71581ee
commit a918561ac1
7 changed files with 689 additions and 81 deletions

View File

@ -71,6 +71,8 @@ impl LocalizedFieldIds {
for rule in rules {
if rule.match_str(field_name) {
locales.extend(rule.locales.iter());
// Take the first rule that matches
break;
}
}