diff --git a/Plugins/CreationDate/CreationDate.plugin.js b/Plugins/CreationDate/CreationDate.plugin.js index b6bd4a7104..1e5235538a 100644 --- a/Plugins/CreationDate/CreationDate.plugin.js +++ b/Plugins/CreationDate/CreationDate.plugin.js @@ -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}}"