Closed manoger closed 2 months ago
Hi! Thanks for your feedback. I checked the webpage structure of AWS Doc and found that it was not correctly marked as a Japanese webpage, so the extension didn't automatically add furigana to it.
Solution:
Since this extension obtains the target text through [lang='ja']
, on pages that do not have the lang
attribute correctly marked, you need to manually add a custom rule to automate it:
domain: catalog.workshops.aws
selector: body *
After testing, the effect of body *
is better...
Steps:
Note: You may need to re-add this rule soon, as I'm planning to rewrite the rule editor to make it simpler and support including/excluding pages, and I may introduce breaking changes in the process.
Describe the bug
Hello! The content in https://catalog.workshops.aws/well-architected-sustainability/ja-JP/0-region-selection does not produce furigana
Reproduction
Expected behavior
Expected to show furigana
Browser
Chrome
System Info
No response
Additional context
No response
Validations