-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a55e6b
commit 32de48b
Showing
3 changed files
with
492 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"mainInfo": "language Settings", | ||
"sections": { | ||
"mainScreen": { | ||
"title": "Main Screen", | ||
"info": "This is the main screen of this feature", | ||
"labels": { | ||
"voteBadge": { | ||
"title": "Vote Badge", | ||
"defaultValue": "Vote", | ||
"required": true, | ||
"inputType": "text", | ||
"toolTip": "The word Vote in the vote count badge" | ||
}, | ||
"voteButton": { | ||
"title": "Vote Button", | ||
"defaultValue": "Vote", | ||
"required": true, | ||
"inputType": "text", | ||
"toolTip": "The word Vote in the vote button" | ||
}, | ||
"commentButton": { | ||
"title": "Comment Button", | ||
"defaultValue": "Comment", | ||
"required": true, | ||
"inputType": "text", | ||
"toolTip": "The word Comment in the comment button" | ||
} | ||
} | ||
} | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.