The code from the file under specific path/language de.xml is getting deployed instead of en.xml | Community
Skip to main content
New Participant
November 24, 2022
Solved

The code from the file under specific path/language de.xml is getting deployed instead of en.xml

  • November 24, 2022
  • 1 reply
  • 478 views

whenever I change something in the de.xml getting reflected in the page, this should not be done. only en.xml should be deployed.

example. if sling: message for de.xml of specific i18n label is wrong/empty, the same sling:message in en.xml should be reflected in de.xml for we need to add some filters to ignore

anyone have any idea on this ?

thanks in advance.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Your question is not clear.

Are you planning to create localisation only for few keys language other than english?

 

If you don't want to deploy anything from code/package than restrict from filter.xml using different mode(like merge, update, replace)

1 reply

arunpatidar
arunpatidarAccepted solution
New Participant
November 24, 2022

Hi,

Your question is not clear.

Are you planning to create localisation only for few keys language other than english?

 

If you don't want to deploy anything from code/package than restrict from filter.xml using different mode(like merge, update, replace)

Arun Patidar