Skip to content

Commit

Permalink
Merge tag '1.2.8' into develop
Browse files Browse the repository at this point in the history
Release v1.2.8
  • Loading branch information
rhukster committed Sep 10, 2020
2 parents c30a77f + c04ddbc commit 6855c12
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 25 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# v1.2.8
## mm/dd/2020
## 09/10/2020

1. [](#improved)
* Improved some translations
Expand Down
4 changes: 3 additions & 1 deletion blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Comments
version: 1.2.7
type: plugin
slug: comments
version: 1.2.8
description: Adds a commenting functionality to your site
icon: comment
author:
Expand Down
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ private function fetchComments() {
$filename .= $this->grav['uri']->path() . '.yaml';

$data = $this->getDataFromFilename($filename);
$comments = $data['comments'] ?? null;
$comments = isset($data['comments']) ? $data['comments'] : null;
//save to cache if enabled
$cache->save($this->comments_cache_id, $comments);
return $comments;
Expand Down
66 changes: 44 additions & 22 deletions languages.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
de:
PLUGIN_COMMENTS:
ADD_COMMENT: Kommentar hinzufügen
COMMENTS: Kommentare
EMAIL_NOT_CONFIGURED: Email nicht konfiguriert
NEW_COMMENT_EMAIL_SUBJECT: 'Neuer Kommentar für %1$s'
NEW_COMMENT_EMAIL_BODY: '<p>Ein neuer Kommentar am %1$s von %3$s (%4$s).</p><p>Seite: %2$s</p><p>Text: %5$s</p>'
EMAIL_FOOTER: ''
NAME: Name:
EMAIL: Email:
WRITTEN_ON: geschrieben am
BY: von
NAME_LABEL: "Name"
NAME_PLACEHOLDER: "Namen eingeben"
EMAIL_LABEL: "Email"
EMAIL_PLACEHOLDER: "Email-Adresse eingeben"
MESSAGE_LABEL: "Kommentar"
MESSAGE_PLACEHOLDER: "Kommentar eingeben"
SUBMIT_COMMENT_BUTTON_TEXT: "Absenden"
EMAIL_NEW_COMMENT_SUBJECT: "[Neuer Kommentar] von {{ form.value.name|e }}"
THANK_YOU_MESSAGE: "Vielen Dank für den Kommentar!"

en:
PLUGIN_COMMENTS:
ADD_COMMENT: Add a comment
Expand All @@ -42,6 +20,28 @@ en:
EMAIL_NEW_COMMENT_SUBJECT: "[New Comment] from {{ form.value.name|e }}"
THANK_YOU_MESSAGE: "Thank you for writing your comment!"

de:
PLUGIN_COMMENTS:
ADD_COMMENT: Kommentar hinzufügen
COMMENTS: Kommentare
EMAIL_NOT_CONFIGURED: Email nicht konfiguriert
NEW_COMMENT_EMAIL_SUBJECT: 'Neuer Kommentar für %1$s'
NEW_COMMENT_EMAIL_BODY: '<p>Ein neuer Kommentar am %1$s von %3$s (%4$s).</p><p>Seite: %2$s</p><p>Text: %5$s</p>'
EMAIL_FOOTER: ''
NAME: Name:
EMAIL: Email:
WRITTEN_ON: geschrieben am
BY: von
NAME_LABEL: "Name"
NAME_PLACEHOLDER: "Namen eingeben"
EMAIL_LABEL: "Email"
EMAIL_PLACEHOLDER: "Email-Adresse eingeben"
MESSAGE_LABEL: "Kommentar"
MESSAGE_PLACEHOLDER: "Kommentar eingeben"
SUBMIT_COMMENT_BUTTON_TEXT: "Absenden"
EMAIL_NEW_COMMENT_SUBJECT: "[Neuer Kommentar] von {{ form.value.name|e }}"
THANK_YOU_MESSAGE: "Vielen Dank für den Kommentar!"

es:
PLUGIN_COMMENTS:
ADD_COMMENT: Agregar un comentario
Expand Down Expand Up @@ -152,6 +152,28 @@ ja:
EMAIL_NEW_COMMENT_SUBJECT: "[新しいコメント] {{ form.value.name|e }}から"
THANK_YOU_MESSAGE: "コメントありがとうございます!"

nl:
PLUGIN_COMMENTS:
ADD_COMMENT: Reageer
COMMENTS: Reacties
EMAIL_NOT_CONFIGURED: Email niet geconfigureerd
NEW_COMMENT_EMAIL_SUBJECT: 'Nieuwe reactie op %1$s'
NEW_COMMENT_EMAIL_BODY: '<p>Er is een nieuwe reactie gemaakt op %1$s door %3$s (%4$s).</p><p>Pagina: %2$s</p><p>Tekst: %5$s</p>'
EMAIL_FOOTER: ''
NAME: 'Naam:'
EMAIL: 'Email:'
WRITTEN_ON: 'Geschreven op'
BY: 'door'
NAME_LABEL: "Naam"
NAME_PLACEHOLDER: "Vul je naam in"
EMAIL_LABEL: "Email"
EMAIL_PLACEHOLDER: "Vul je emailadres in"
MESSAGE_LABEL: "Reactie"
MESSAGE_PLACEHOLDER: "Vul je reactie in"
SUBMIT_COMMENT_BUTTON_TEXT: "Verstuur"
EMAIL_NEW_COMMENT_SUBJECT: "[Nieuwe reactie] van {{ form.value.name|e }}"
THANK_YOU_MESSAGE: "Bedankt voor je reactie!"

pl:
PLUGIN_COMMENTS:
ADD_COMMENT: Dodaj komentarz
Expand Down

1 comment on commit 6855c12

@maddy3215
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Krishna Holidays has begun “Rent – A – Cab” services in the year 2012 . Since then our mission is to provide world class car rental services and also Tour packages of Gujarat in Ahmedabad at such a competitive price which is offered by “around the corner” other local rental car providers. We keep our operating costs at the lowest with the smart use of technology to provide excellent services and pass on the same savings to our customers in term of comparative low rates.
Car rental in Ahmedabad

Please sign in to comment.