File tree Expand file tree Collapse file tree
plugins/ui5-guidelines/skills/ui5-best-practices Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -218,21 +218,6 @@ When modifying `.properties` files, follow the appropriate workflow based on you
218218- Update ` i18n.properties ` (base file) only
219219- Changes will be reflected immediately for development
220220
221- When modifying ` .properties ` files, ** ALWAYS** apply changes to all relevant locales to ensure consistency across different language versions.
222-
223- ``` bash
224- # If you add to i18n.properties:
225- title=Customer List
226-
227- # Also add to all existing translation files:
228- i18n_en.properties
229- i18n_de.properties
230- i18n_fr.properties
231- # ... etc.
232- ```
233-
234- ** Why** : Maintains consistency across languages and prevents missing translations.
235-
236221** Production translation workflows** :
237222- ** SAP S/4HANA apps** : ** NEVER** manually edit localized files (` i18n_de.properties ` , ` i18n_fr.properties ` , etc.)
238223 - Translation is handled through SAP's internal translation process
You can’t perform that action at this time.
0 commit comments