I18n¶ A file underneath the project root's i18n folder that has a .properties extension I18n Constraints¶ pattern: the string must match the following regular expression: (^/.+/i18n/).*(.+\.properties)$|(^i18n/).*(.+\.properties)$ try pattern type: string