1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat(UI): option to change query editors font size, closes #77

This commit is contained in:
2021-06-19 11:54:15 +02:00
parent 3829b94bf7
commit e579f37438
7 changed files with 80 additions and 7 deletions

View File

@ -106,7 +106,10 @@ module.exports = {
array: 'Array',
changelog: 'Changelog',
format: 'Format',
structure: 'Structure'
structure: 'Structure',
small: 'Small',
medium: 'Medium',
large: 'Large'
},
message: {
appWelcome: 'Welcome to Antares SQL Client!',