updated strings

This commit is contained in:
vishnuraghavb 2021-07-03 21:53:28 +05:30
parent ef8e792e70
commit 1ed4082af2
2 changed files with 8 additions and 2 deletions

View file

@ -327,5 +327,8 @@
"esgbInfo": "Disable this option if you have any navigation issues",
"sect": "Section %s",
"addSectBtn": "ADD SECTION",
"sectRm": "Section removed"
}
"sectRm": "Section removed",
"mSystem": "Measuring system",
"mtrc": "Metric",
"imprl": "Imperial"
}

View file

@ -1,3 +1,6 @@
- Add sections to your recipe ingredients and instructions
- Adding or removing items in the recipe editor is even more easier
- Ingredient quantities are now shown in fractions
- Ingredient units are automatically converted during scaling
- Switch measuring system under interface setting
- Bug fixes and improvements