Skip to content

Commit 0755b37

Browse files
committed
fix: replace "manage translations" with "handle translations" in translation intro
https://claude.ai/code/session_01M6YRViV1SVqE9DoZwXMbbd
1 parent cd64345 commit 0755b37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/development/translation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ outline: [2, 4]
33
---
44
# Translation, i18n
55

6-
Standard UI5 apps manage translations with i18n files stored as frontend artifacts. Since abap2UI5 apps live entirely on the ABAP backend, use ABAP's built-in translation tools instead — text elements, message classes, or data element descriptions.
6+
Standard UI5 apps handle translations with i18n files stored as frontend artifacts. Since abap2UI5 apps live entirely on the ABAP backend, use ABAP's built-in translation tools instead — text elements, message classes, or data element descriptions.
77

88
### Text Element
99
ABAP text elements translate messages, so they show up in different languages without code changes:

0 commit comments

Comments
 (0)