Skip to content

Commit e943d63

Browse files
authored
Update translation.md
1 parent 45eefaf commit e943d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
In UI5 development, translations are typically managed through i18n files, with translation content stored in frontend artifacts. In abap2UI5, however, since all apps reside on the ABAP backend, we can leverage ABAP's built-in translation mechanisms, such as text elements or message classes.
6+
In UI5 apps, translations are typically managed through i18n files, with translation content stored in frontend artifacts. In abap2UI5, since all apps reside on the ABAP backend, we can leverage ABAP's built-in translation mechanisms, such as text elements or message classes.
77

88
### Text Element
99
The message can be translated using the ABAP text element mechanism, making it available in different languages without changing the code:

0 commit comments

Comments
 (0)