Update CreationDate.plugin.js

This commit is contained in:
Mirco Wittrien 2021-07-05 18:29:55 +02:00
parent 0193381728
commit 977e9a94d3
1 changed files with 8 additions and 0 deletions

View File

@ -190,6 +190,10 @@ module.exports = (_ => {
return {
created_at: "Създадено на {{time}}"
};
case "cs": // Czech
return {
created_at: "Vytvořeno {{time}}"
};
case "da": // Danish
return {
created_at: "Oprettet den {{time}}"
@ -214,6 +218,10 @@ module.exports = (_ => {
return {
created_at: "Créé le {{time}}"
};
case "hi": // Hindi
return {
created_at: "{{time}} को बनाया गया"
};
case "hr": // Croatian
return {
created_at: "Izrađeno {{time}}"