spacedrive/interface/locales
Arnab Chakraborty 888ab5639b
[ENG-1483] Right Click -> New File (#2276)
* 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
2024-04-04 04:20:31 +00:00
..
by [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
de [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
en [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
es [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
fr [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
it [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
ja [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
nl [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
ru [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
tr [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
zh-CN [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
zh-TW [ENG-1483] Right Click -> New File (#2276) 2024-04-04 04:20:31 +00:00
i18nnext.d.ts [ENG-1502] I18n (#1897) 2024-01-08 20:26:46 +00:00
README.md added it locale, added it entry (#2066) 2024-02-26 15:20:41 +00:00

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.