mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
chore: Initial Commit
feat: Gestion des inscriptions [#1] feat(frontend): Création des vues pour le paramétrage de l'école [#2] feat: Gestion du login [#6] fix: Correction lors de la migration des modèle [#8] feat: Révision du menu principal [#9] feat: Ajout d'un footer [#10] feat: Création des dockers compose pour les environnements de développement et de production [#12] doc(ci): Mise en place de Husky et d'un suivi de version automatique [#14]
This commit is contained in:
1
Front-End/project.inlang/.gitignore
vendored
Normal file
1
Front-End/project.inlang/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
cache
|
||||
1
Front-End/project.inlang/project_id
Normal file
1
Front-End/project.inlang/project_id
Normal file
@ -0,0 +1 @@
|
||||
2ff5cbbb4bc1c6d178400871dfa342ac4f0b18e9b86cb64a1110be1ec54238c1
|
||||
12
Front-End/project.inlang/settings.json
Normal file
12
Front-End/project.inlang/settings.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
// official schema ensures that your project file is valid
|
||||
"$schema": "https://inlang.com/schema/project-settings",
|
||||
// the "source" language tag that is used in your project
|
||||
"sourceLanguageTag": "fr",
|
||||
// all the language tags you want to support in your project
|
||||
"languageTags": ["fr", "en"],
|
||||
"modules": [
|
||||
"https://cdn.jsdelivr.net/npm/@inlang/plugin-json@4/dist/index.js"
|
||||
], // or use another storage module: https://inlang.com/c/plugins (i18next, json, inlang message format)
|
||||
"settings": {}
|
||||
}
|
||||
Reference in New Issue
Block a user