EN · DE · RU · FR · ES

#208: MarketingI18nResources_en.properties

plugins/org.projectforge.plugins.marketing/src/main/resources/MarketingI18nResources_en.properties I18n resource bundle, plugins/org.projectforge.plugins.marketing/src/main/resources/MarketingI18nResources_en.properties 1 lines · 0 code · 1 comments · 0 blank
English i18n resource file for the Marketing plugin. Contains no entries because English is the default locale — all keys fall back to their definitions in the plugin source code.

Architecture

This 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.

Git History

9ebb88522 Initial commit