···11import { html } from "@lunariajs/core";
2233export const TitleParagraph = () => html`
44- <p>
55- If you're interested in helping us translate
66- <a href="https://mutanuq.trueberryless.org/">mutanuq.trueberryless.org</a> into one of the
77- languages listed below, you've come to the right place! This auto-updating page always lists
88- all the content that could use your help right now.
99- </p>
1010- <p>
1111- Before starting a new translation, please read our
1212- <a
1313- href="https://github.com/trueberryless-org/mutanuq/blob/main/CONTRIBUTING.md#translating-mutanuqs-docs"
1414- >translation guide</a
1515- >
1616- to learn about our translation process and how you can get involved.
1717- </p>
44+ <p>
55+ If you're interested in helping us translate
66+ <a href="https://mutanuq.trueberryless.org/">mutanuq.trueberryless.org</a>
77+ into one of the languages listed below, you've come to the right place! This
88+ auto-updating page always lists all the content that could use your help
99+ right now.
1010+ </p>
1111+ <p>
1212+ Before starting a new translation, please read our
1313+ <a
1414+ href="https://github.com/trueberryless-org/mutanuq/blob/main/CONTRIBUTING.md#translating-mutanuqs-docs"
1515+ >translation guide</a
1616+ >
1717+ to learn about our translation process and how you can get involved.
1818+ </p>
1819`;