What problem does it solve?
Steedos metadata localization enables English and Simplified Chinese UI and metadata across applications, tabs, objects, fields, list views, actions, and labels by providing standardized translation files that drive consistent multilingual experiences.
Core Features & Use Cases
- Two translation file types: Translation files (.translation.yml) and Object Translation files (.objectTranslation.yml) for applications, tabs, and labels, plus object-level field translations.
- Language support: en and zh-CN codes; organized under main/default/translations and main/default/objectTranslations with proper naming conventions.
- Sections covered: CustomApplications, CustomTabs, CustomLabels, plus object labels, fields, listviews, actions, and per-object CustomLabels.
- Use Cases: Localize a Steedos project for bilingual users while preserving a single source of truth for metadata.
Quick Start
Create both en.translation.yml and zh-CN.translation.yml under main/default/translations and, for each object, place en.objectTranslation.yml and zh-CN.objectTranslation.yml under main/default/objectTranslations/{objectName}.{lang}/.