use Prettier

This commit is contained in:
Romulus21
2022-02-05 01:25:59 +01:00
parent 0b95d65898
commit 8223211d6a
30 changed files with 1072 additions and 713 deletions

12
src/lang/en.json Normal file
View File

@@ -0,0 +1,12 @@
{
"Add": "+",
"Add Plant": "Add Plant",
"Done": "Done",
"Tasks": "Tasks",
"watering": "watering",
"when you want": "when you want",
"since {{count}} day": {
"one": "since {{count}} day",
"many": "since {{count}} days"
}
}