Add % of number tool

This commit is contained in:
2024-10-23 19:21:21 +03:00
parent 770e676c5b
commit e6a23f8a19
3 changed files with 116 additions and 36 deletions

View File

@ -24,6 +24,7 @@ export const useToolsStore = defineStore("tools", {
table_to_markdown_table: "Table to Markdown table",
table_to_mediawiki_table: "Table to Mediawiki table",
humans_txt: "humans.txt generator",
"%_of_number": "% of number",
},
Docker: {
docker_rename_volume: "Rename volume",