mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-10 16:15:01 -04:00
feat(i18n): json to toml
This commit is contained in:
parent
7a70dbbe0c
commit
66eceb08ed
4 changed files with 25 additions and 7 deletions
9
src/tools/json-to-toml/locales/en.yml
Normal file
9
src/tools/json-to-toml/locales/en.yml
Normal 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...'
|
Loading…
Add table
Add a link
Reference in a new issue