Locale data
i18n
merged
PrimeLocale Japanese: filterConstraint mistranslated 成約 → 制約
Fix ja aria filterConstraint translation (成約 → 制約)
primelocale · primefaces/primelocale
Symptom
PrimeLocale Japanese (ja) locale uses 成約 (meaning 'conclusion of a contract') for 'filterConstraint' aria label, which should be 制約 ('constraint/restriction').
Minimal repro
PrimeFaces component with aria-label for filter constraint in Japanese reads '成約' (contract) instead of '制約' (constraint).
Fix
Change filterConstraint value from '成約' to '制約' in the ja.json locale file.