#221: MemoI18nResources_en.properties
plugins/org.projectforge.plugins.memo/src/main/resources/MemoI18nResources_en.properties English i18n resource bundle (placeholder), plugins/org.projectforge.plugins.memo/src/main/resources/MemoI18nResources_en.properties 1 lines · 0 code · 1 comments · 0 blank
Empty English localization file for the Memo plugin. Contains only the standard placeholder comment # Empty, en is default.
Role in Localization
Follows the ProjectForge convention: the _en.properties file is empty, serving only as a locale route marker. English strings are provided by the default bundle MemoI18nResources.properties (see #219). When Java's ResourceBundle resolves locale en, this empty file is found first; since it has no keys, resolution falls through to the base bundle.
Standard pattern: All ProjectForge plugins with only English + German locales use this identical empty file pattern. See also #270 (SkillMatrix) for the same convention.
Git History
7cedb5bc8 Proof-reading I18nResources by Claude Code.
9ebb88522 Initial commit