Work
All checks were successful
Lint / lint (push) Successful in 42s

This commit is contained in:
Julien Valverdé
2025-10-14 05:17:52 +02:00
parent eefb4481ec
commit 999fff8ddc
9 changed files with 82 additions and 114 deletions

View File

@@ -0,0 +1,8 @@
import type { en } from "./en"
export const fr = {
nav: {
gitRepos: "Dépôts Git",
}
} satisfies typeof en