MarketingI18nResources_en.propertiesThis is the English locale resource bundle for the Marketing plugin. ProjectForge uses Java .properties resource bundles with standard naming conventions: I18nResources.properties for the base/fallback locale, and suffixed variants (_en, _de, etc.) for translations. Since English is the default, this file is intentionally empty — all i18n keys are resolved from @I18n annotations in the Kotlin/Java source code. When a translation key is requested for the en locale, the framework first checks this file, then falls back to the base MarketingI18nResources.properties, and finally to annotation defaults.
9ebb88522 Initial commit