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

Support for translations #1

Open
martindsouza opened this issue Sep 27, 2015 · 1 comment
Open

Support for translations #1

martindsouza opened this issue Sep 27, 2015 · 1 comment

Comments

@martindsouza
Copy link
Member

Need to support the translation view APEX_APPLICATION_TRANS_MAP. The catch is that it doesn't contain a column application_id. Instead it has primary_application_id. Though this could be easily added in, need to see if we need to map the child applications for translations.

@martindsouza
Copy link
Member Author

From Francis:

In the APEX_APPLICATION_TRANS_MAP table , the PRIMARY_APPLICATION_ID is the APPLICATION_ID.
This table is used for mapping the different translated languages and associating a translated application ID that will be generated during the translation process (Publish).
I think that it would be useful to see if the mapping has changed or if the image directory has changed.

So the following columns should be extracted for compare :

TRANSLATED_APPLICATION_ID
TRANSLATED_APP_LANGUAGE
TRANSLATED_APPL_IMG_DIR

The other columns are comments or ID’s , so they are not required.

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

No branches or pull requests

1 participant