Getting comments from DB

This commit is contained in:
2022-06-17 16:41:20 +02:00
parent 4edce022bd
commit 0b93d4da0a
9 changed files with 99 additions and 22 deletions

11
Locale/en.json Normal file
View File

@@ -0,0 +1,11 @@
{
"Comments": "Comments",
"DoReport": "Report",
"DoDelete": "Delete",
"DoReply": "Reply",
"Reply": "Reply",
"SecretKey": "Secret Key",
"Optional": "Optional",
"YourName": "Your Name",
"DoPost": "Post as New Comment"
}

11
Locale/it.json Normal file
View File

@@ -0,0 +1,11 @@
{
"Comments": "Commenti",
"DoReport": "Segnala",
"DoDelete": "Cancella",
"DoReply": "Rispondi",
"Reply": "Risposta",
"SecretKey": "Chiave Segreta",
"Optional": "Opzionale",
"YourName": "Il tuo Nome",
"DoPost": "Pubblica come Nuovo Commento"
}