mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-03 21:05:00 -04:00
* feat: Right Click -> New File Creates an empty file called `Untitled` and adds `(1) -> (n)` for n number of files with the same `Untitled` name. * feat: Seperate into Text File and Empty File * chore: `cargo fmt` * fix: Forgot to type convert to String * feat: Working creation * fix: i18n changes * More i18n * All added tags now translated * With proper types checking now! * Fix types * chore: formatting
This command will help you sync locales with the source language (en) and find missing keys.
npx i18next-locales-sync -p en -s it -l ./interface/locales
replace it with the language you want to sync with the source language.