Skip to content

Commit 617d4f6

Browse files
committed
docs: Refactor i18n scenarios recommendation
1 parent 58694ae commit 617d4f6

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

  • plugins/ui5-guidelines/skills/ui5-best-practices

plugins/ui5-guidelines/skills/ui5-best-practices/SKILL.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)