-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: Referencing translation text in po files #1
Comments
Hi Albert, I didn't check but probably yes to both. |
Ok, I see. Just extrapolating what I learned from object type INTF: The file format (referencing the ABAP data in the system) is heavily based around the LXE_OBJ_TEXT_PAIR_READ_XXXX and the table LXE_PCX_S1. From the example above I derive, that resolving merge conflicts in translations will be rather difficult, since the key is COMPO XY and it is not obvious which METHOD/EVENT/... it is. |
As a heads up: We believe that referencing array entries via A way to migrate to properties format, even if there is not yet an ABAP file format, could be the following. |
Yeahh, I give you that. I got used to that look. For more nested JSON the identifier gets even longer and the relevant part starts kind of char80 in the line 😵💫 |
Are the productive and development modes like settings in abapGit? |
Yeap. As the comments may differ in different systems too. So the question is how and when they are useful. As they do not take part in deserialization, they are ... really comments. And I guess the answer is "mainly during active translation time". While when the package is stable they seem a bit superfluous, and in addition create potential for merge conflicts and deployments. So maybe the process should look like: a) create a branch b) switch on "translation" mode - which will serialize the comments c) do the translation (externally) d) test, blah blah e) switch off comments e) merge the branch Again, it's just thoughts |
With comment you mean the
right? If so, in which scenario does they differ from system to system? |
Yes, the |
Assume the interface
where description of METHOD_B is 'Sun' with associated translation 'Sonne', see SE63
Q1: Does the po file has an entry that looks more or less like?
Q2: Will be the above entry to converted to
when adding a method (that alphabetically is before METHOD_B) without translation to the interface
The text was updated successfully, but these errors were encountered: