Get the module foundations and the Artist app created

This commit is contained in:
Oliver 2026-01-17 21:54:41 -07:00
parent 8744b6c562
commit ffa2162fbd
20 changed files with 590 additions and 0 deletions

29
langs/en-ca.json Normal file
View file

@ -0,0 +1,29 @@
{
"TB": {
"common": {
"unsaved": "This change hasn't been saved, if you close without saving it will be undone."
},
"apps": {
"ArtistApp": {
"title": {
"create": "Create New Artist",
"edit": "Edit Artist: {name}"
},
"add-link": "Add New Link"
}
},
"dialogs": {
"Link": {
"title": "Create/Edit Link",
"name": "Name",
"url": "URL"
}
},
"notifs": {
"error": {
"db-out-of-date": "Database out of date, please try again.",
"artist-ID-404": "An artist cannot be found with ID: {id}"
}
}
}
}