OraOpenSource / apex-diff

APEX Diff
MIT License
31 stars 6 forks source link

Support for translations #1

Open martindsouza opened 9 years ago

martindsouza commented 9 years ago

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 commented 9 years ago

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.