Add support for links in translated strings #11
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
question
Further information is requested
Description:
Currently, the i18n integration does not support adding links within translated strings. This feature would be very useful for cases where a translated phrase needs to include a link to external content.
For example, consider the following string:
"Hi everyone, follow me on github, bye!"
It would be great if the word "github" could be turned into a link pointing to the relevant GitHub profile or repository.
Adding support for links in translations would enhance the flexibility and usability of the i18n system. This would allow for more dynamic and interactive content within translated strings.
Possible implementation ideas:
[link text](url)
(URL)
for each translated string that contains a link<a>
tags with the correct href attributeI believe this feature would be a valuable addition to the i18n integration and would greatly benefit users who need to include links in their translated content.
Please let me know if you need any further information or clarification. Thank you for considering this feature request!
The text was updated successfully, but these errors were encountered: