feat(i18n): json to toml

This commit is contained in:
halfcoke 2023-11-25 14:46:37 +08:00
parent 7a70dbbe0c
commit 66eceb08ed
4 changed files with 25 additions and 7 deletions

View file

@ -0,0 +1,9 @@
tools:
json-to-toml:
title: 'JSON to TOML'
description: 'Parse and convert JSON to TOML.'
invalid: 'Provided JSON is not valid.'
your-json: 'Your JSON'
toml-from-json: 'TOML from your JSON'
placeholder:
your-json: 'Paste your JSON here...'