Skip to content
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

WIP: Idea for handling of translations: Using PO files #525

Closed
wants to merge 1 commit into from

Conversation

schneidermic0
Copy link
Contributor

See #106

This PR shall show one possible approach how translations could be stored in separate .po files (one file per language) as suggested by @sbcgua in abapGit/abapGit#2539.

The filename pattern would be <object name>.<object type>.<language>.po.

The keys are the texts to be translated.

Example:

#: object.array[arrayKey].field
msgid "Text in original language"
msgstr "Translated text"

@schneidermic0
Copy link
Contributor Author

We want to take the approach of .properties files. Therefore, I close this draft

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant