We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There should be an example on how to use a .json for i18n
https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json exists as an example, but appears to go unused as it isn't referenced anywhere.
Looking at the live instance, https://wknd.site/fr/fr.html , this never appears.
Look at the code for a reference to fr.json or at https://wknd.site/fr/fr.html - neither uses the translation available in https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json
Current
https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json
The text was updated successfully, but these errors were encountered:
The fr.json acts as a dictionary and is mainly used for presenting component UI in different languages, please see details here
However, for the French version of WKND site (multilingual websites), the steps outlined here would be needed.
I am flagging this as an enhancement and will look into prioritization.
Meanwhile for more info on Translation please see
Sorry, something went wrong.
SachinMali
No branches or pull requests
Expected Behaviour
There should be an example on how to use a .json for i18n
Actual Behaviour
https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json exists as an example, but appears to go unused as it isn't referenced anywhere.
Reproduce Scenario (including but not limited to)
Looking at the live instance, https://wknd.site/fr/fr.html , this never appears.
Steps to Reproduce
Look at the code for a reference to fr.json or at https://wknd.site/fr/fr.html - neither uses the translation available in https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json
Platform and Version
Current
Sample Code that illustrates the problem
https://github.com/adobe/aem-guides-wknd/blob/main/ui.apps/src/main/content/jcr_root/apps/wknd/i18n/fr.json
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: