No successful run was found on main (420836c) during the generation of this report, so f657183 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
fix(i18n): generate fallbacks for pages with filenames containing locale keys
Fixes a bug where Astro's i18n fallback system with fallbackType: 'rewrite' would not generate fallback files for pages whose filename started with a locale key.
Fixes: #14359