Describe the bug
The getStaticPaths method is not found in CRLF (\r\n) files for dynamic routes.
To Reproduce
Steps to reproduce the behavior:
- Clone any Git-Repo with astro-i18n
- Change the line separators to CRLF or be on a Windows machine.
- Run the
astro-i18n generate:pages command and check the generated file
Expected behavior
The generated File for the Language should also include the getStaticPaths method.
Mandatory reproduction repository
https://steamwar.de/devlabs/SteamWar/Website
Describe the bug
The
getStaticPathsmethod is not found in CRLF (\r\n) files for dynamic routes.To Reproduce
Steps to reproduce the behavior:
astro-i18n generate:pagescommand and check the generated fileExpected behavior
The generated File for the Language should also include the
getStaticPathsmethod.Mandatory reproduction repository
https://steamwar.de/devlabs/SteamWar/Website