fix: links may encounter translate error

This commit is contained in:
hanyixuanten
2026-07-26 00:35:36 +08:00
parent e8b0fc9aeb
commit a4f43bce2f
6 changed files with 121 additions and 2 deletions
+2
View File
@@ -33,6 +33,8 @@ Changing source text produces a new fingerprint and therefore schedules a new tr
Only the listed SEO meta fields are sent for translation. Arbitrary metadata, serialized data, credentials, and code are excluded.
When post content contains HTML links, the plugin preserves each link's `href` and attributes, translates its visible text as a separate value, and inserts that translated text back into the original link. Re-run a post translation after upgrading to regenerate previously translated content that contains links.
Category and tag names are translated when they are created, edited, or included in a full retranslation. On a translated site, term objects used by archives, navigation, and post metadata use the persisted translated name and description.
## Routing