Skip to content

Commit

Permalink
feat(utils): remove empty vals from json files
Browse files Browse the repository at this point in the history
Signed-off-by: viktoriabakun <[email protected]>
  • Loading branch information
viktoriabakun authored and olegshilov committed Oct 28, 2024
1 parent e00976d commit fa7897f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 33 deletions.
13 changes: 2 additions & 11 deletions apps/shell/src/i18n/ar.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"authz": {},
"common": {
"click-to-copy": "",
"copied": ""
},
"common": {},
"governance": {},
"main": {},
"stacking": {},
"uc-dao": {},
"utils": {
"address-conversion-title": "",
"address-label": "",
"balance-label": "",
"converted-address-label": "",
"invalid-address": ""
}
"utils": {}
}
13 changes: 2 additions & 11 deletions apps/shell/src/i18n/id.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"authz": {},
"common": {
"click-to-copy": "",
"copied": ""
},
"common": {},
"governance": {},
"main": {},
"stacking": {},
"uc-dao": {},
"utils": {
"address-conversion-title": "",
"address-label": "",
"balance-label": "",
"converted-address-label": "",
"invalid-address": ""
}
"utils": {}
}
13 changes: 2 additions & 11 deletions apps/shell/src/i18n/tr.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,9 @@
{
"authz": {},
"common": {
"click-to-copy": "",
"copied": ""
},
"common": {},
"governance": {},
"main": {},
"stacking": {},
"uc-dao": {},
"utils": {
"address-conversion-title": "",
"address-label": "",
"balance-label": "",
"converted-address-label": "",
"invalid-address": ""
}
"utils": {}
}

0 comments on commit fa7897f

Please sign in to comment.