chore: add missing translations

This commit is contained in:
Amruth Pillai
2026-05-27 23:31:58 +02:00
parent c6a654191c
commit b491582637
125 changed files with 2807 additions and 606 deletions
@@ -36,6 +36,10 @@ type RhyhornTemplate = {
styles: RhyhornStyles;
};
type RhyhornHeaderProps = {
styles: RhyhornStyles;
};
export const RhyhornPage = ({ page, pageIndex }: TemplatePageProps) => {
const data = useRender();
const { metadata } = data;
@@ -70,7 +74,7 @@ export const RhyhornPage = ({ page, pageIndex }: TemplatePageProps) => {
);
};
const Header = ({ styles }: { styles: RhyhornStyles }) => {
const Header = ({ styles }: RhyhornHeaderProps) => {
const { basics, picture } = useRender();
const hasPicture = hasTemplatePicture(picture);
const contactItems: {