Create the most basic version of the ArtistBrowser app
This commit is contained in:
parent
1c32a71db9
commit
d5a114a44a
9 changed files with 348 additions and 1 deletions
|
|
@ -7,6 +7,14 @@
|
|||
"ArtBrowser": {
|
||||
"selected": "{current}/{required} Selected"
|
||||
},
|
||||
"ArtistBrowser": {
|
||||
"sort-options": {
|
||||
"name-asc": "Name (A -> Z)",
|
||||
"name-desc": "Name (Z -> A)",
|
||||
"image-count-asc": "Image Count (0 -> 9)",
|
||||
"image-count-desc": "Image Count (9 -> 0)"
|
||||
}
|
||||
},
|
||||
"ArtistApp": {
|
||||
"title": {
|
||||
"create": "Create New Artist",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue