You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Patch Changes
#204079e6836 Thanks @fernando-aviles! - Use the locale exactly as configured when substituting {locale} in file and JSON transforms, instead of canonicalizing it. Projects that configure a non-canonical tag such as fr-ca or ja-jp were getting content written to docs/fr-CA/ while [locale] substitution and localized URLs used docs/fr-ca/, so every internal link in the translated output pointed at a directory that did not exist.