Hi @feng ,
Removing language translations are not exposed as end user functionality in LE portal because end to end removal functionality is not implemented in the IFS Cloud product. Removal includes removing applied translations from the database as well.
But in case you need to remove few language codes from the build place in order to get rid of from deployment/import errors, please follow the steps below.
- Navigate to the customer-solution repository
- Modify the fndbas/server/translation/translationusage.json file in the customer-solution repository
ex:- if you need to remove the language code 'zh', update the above-mentioned file below
{
"code" : "zh"
"used" : "false"
}
-
Ask 'Cloud Automation' to commit same change to customer-baseline repository. Service account should be used for committing the changes.
-
Ask 'Cloud Automation' to modify the table storage.
-
Once the above activities are completed, the language codes will be updated in the LE portal and afterward, a new delivery can be generated.
note: for steps 3 and 4, you need to request it via a separate ticket.
Thank you,
Banu
Hi @Banu Liyanapathirana
Thanks for your quick reply.
Best regards,
Feng