EN · DE · RU · FR · ES

#270: SkillMatrixI18nResources_en.properties

plugins/org.projectforge.plugins.skillmatrix/src/main/resources/SkillMatrixI18nResources_en.properties English i18n resource bundle (placeholder), plugins/org.projectforge.plugins.skillmatrix/src/main/resources/SkillMatrixI18nResources_en.properties 1 lines · 0 code · 1 comments · 0 blank
Empty English localization file for the SkillMatrix plugin. Contains only a comment: # Empty, en is default. English strings are served by the default SkillMatrixI18nResources.properties.

Role in Localization

In Java's ResourceBundle lookup chain, when the locale is en or en_US, the system first looks for SkillMatrixI18nResources_en.properties. Since this file has no key-value pairs, the bundle falls through to the default SkillMatrixI18nResources.properties (which contains English strings).

This empty file exists purely as a locale marker — it prevents the system from skipping directly past English to the default bundle in certain classloader configurations, ensuring consistent bundle resolution.

Pattern: This is the standard pattern used by all ProjectForge plugins that have only English + German locales. The _en.properties file is always empty with the comment # Empty, en is default., while the base .properties file holds the English strings.

Git History

7cedb5bc8 Proof-reading I18nResources by Claude Code.
6fd4462f8 I18n*Resources*.properties: Using now UTF8 instead of ISO-8859-1.
(File created as part of encoding migration)