@itrocks/framework 0.0.35 → 0.0.36

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/fr-FR.csv +1 -0
  2. package/package.json +1 -1
package/fr-FR.csv CHANGED
@@ -29,6 +29,7 @@ edit $1;modifier $1
29
29
  email;mail
30
30
  en;fr
31
31
  false;faux
32
+ file;fichier
32
33
  forgot password;mot de passe oublié
33
34
  global search;recherche globale
34
35
  home;accueil
package/package.json CHANGED
@@ -97,5 +97,5 @@
97
97
  "build:front": "tsc -p src/front/tsconfig.json && sed -i 's#../../##g' *.js *.d.ts"
98
98
  },
99
99
  "types": "./cjs/framework.d.ts",
100
- "version": "0.0.35"
100
+ "version": "0.0.36"
101
101
  }