8
packages/webapp/src/i18n/fr.ts
Normal file
8
packages/webapp/src/i18n/fr.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import type { en } from "./en"
|
||||
|
||||
|
||||
export const fr = {
|
||||
nav: {
|
||||
gitRepos: "Dépôts Git",
|
||||
}
|
||||
} satisfies typeof en
|
||||
Reference in New Issue
Block a user