0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

ci: fix regression in errors data (#11226)

This commit is contained in:
Emanuele Stoppa 2024-06-10 11:48:04 +01:00 committed by GitHub
parent 069a57e698
commit cc432418ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1199,7 +1199,7 @@ export const i18nNotEnabled = {
/**
* @docs
* @description
* An i18n utility tried to use the locale from a URL path that does not contain one. You can prevent this error by using pathHasLocale to check URLs for a `locale` first before using i18n utilities.
* An i18n utility tried to use the locale from a URL path that does not contain one. You can prevent this error by using pathHasLocale to check URLs for a locale first before using i18n utilities.
*
*/
export const i18nNoLocaleFoundInPath = {