From 93f7d3280954878e150d8ae19337f250f48dd8c7 Mon Sep 17 00:00:00 2001 From: Marc Bernard <59966492+mbtools@users.noreply.github.com> Date: Tue, 7 Oct 2025 16:48:27 -0400 Subject: [PATCH] Update LXE approach --- src/user-guide/reference/translations.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/user-guide/reference/translations.md b/src/user-guide/reference/translations.md index 06af0a3be..6e5d880de 100755 --- a/src/user-guide/reference/translations.md +++ b/src/user-guide/reference/translations.md @@ -7,11 +7,11 @@ order: 11 There are currently two options available for including translations in a repository: 1. Object-specific logic provided by the object serializer class -2. LXE framework (experimental, [#4415](https://github.com/abapGit/abapGit/pull/4415)) +2. LXE framework ([#4415](https://github.com/abapGit/abapGit/pull/4415), [#7232](https://github.com/abapGit/abapGit/pull/7232)) If no translation languages are maintained in this setting, the first approach is used. -## LXE framework (Highly experimental, use with care) +## LXE Framework ### Concept @@ -26,11 +26,7 @@ The old approach was to find all translations available for the object and seria ## New approach -... 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. - -## Current limitations - -The LXE approach is currently limited to PROG and FUGR objects. +... 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. ## Usage