Skip to content

Commit 78b04aa

Browse files
authored
Update LXE approach (#276)
1 parent 0f4e767 commit 78b04aa

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/user-guide/reference/translations.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ order: 11
77
There are currently two options available for including translations in a repository:
88

99
1. Object-specific logic provided by the object serializer class
10-
2. LXE framework (experimental, [#4415](https://github.com/abapGit/abapGit/pull/4415))
10+
2. LXE framework ([#4415](https://github.com/abapGit/abapGit/pull/4415), [#7232](https://github.com/abapGit/abapGit/pull/7232))
1111

1212
If no translation languages are maintained in this setting, the first approach is used.
1313

14-
## LXE framework (Highly experimental, use with care)
14+
## LXE Framework
1515

1616
### Concept
1717

@@ -26,11 +26,7 @@ The old approach was to find all translations available for the object and seria
2626

2727
## New approach
2828

29-
... uses LXE framework which supposedly identifies all translations relevant to the object. And also allow requesting specific languages to be serialized in an easy way.
30-
31-
## Current limitations
32-
33-
The LXE approach is currently limited to PROG and FUGR objects.
29+
... uses LXE framework which supposedly identifies all translations relevant to the object. And also allow requesting specific languages to be serialized in an easy way.
3430

3531
## Usage
3632

0 commit comments

Comments
 (0)