ep_comments_page 11.1.5 → 11.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/locales/dsb.json +2 -0
- package/locales/fi.json +2 -0
- package/locales/hsb.json +2 -0
- package/package.json +2 -2
package/locales/dsb.json
CHANGED
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"ep_comments_page.comments_template.suggested_change_from": "Naraźona změna wót \"{{changeFrom}}\" do \"{{changeTo}}\"",
|
|
20
20
|
"ep_comments_page.comments_template.suggested_change_from_label": "Naraźona změna wót",
|
|
21
21
|
"ep_comments_page.comments_template.suggest_change_from": "Změnu naraźiś wót \"{{changeFrom}}\" do",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from_label": "Změnu naraźiś wót",
|
|
23
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "do",
|
|
22
24
|
"ep_comments_page.comments_template.to": "Do",
|
|
23
25
|
"ep_comments_page.comments_template.include_suggestion": "Naraźonu změnu zapśimjeś",
|
|
24
26
|
"ep_comments_page.comments_template.comment.value": "Komentar",
|
package/locales/fi.json
CHANGED
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"ep_comments_page.comments_template.accept_change.value": "Hyväksy muutos",
|
|
20
20
|
"ep_comments_page.comments_template.revert_change.value": "Peruuta muutos",
|
|
21
21
|
"ep_comments_page.comments_template.suggested_change_from_label": "Muutosehdotus käyttäjältä",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from_label": "muodosta",
|
|
23
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "muotoon",
|
|
22
24
|
"ep_comments_page.comments_template.to": "Vastaanottaja",
|
|
23
25
|
"ep_comments_page.comments_template.include_suggestion": "Sisällytä ehdotettu muutos",
|
|
24
26
|
"ep_comments_page.comments_template.comment.value": "Kommentoi",
|
package/locales/hsb.json
CHANGED
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"ep_comments_page.comments_template.suggested_change_from": "Namjetowana změna wot \"{{changeFrom}}\" do \"{{changeTo}}\"",
|
|
20
20
|
"ep_comments_page.comments_template.suggested_change_from_label": "Namjetowana změna wot",
|
|
21
21
|
"ep_comments_page.comments_template.suggest_change_from": "Změnu namjetować wot \"{{changeFrom}}\" do",
|
|
22
|
+
"ep_comments_page.comments_template.suggest_change_from_label": "Změnu namjetować z",
|
|
23
|
+
"ep_comments_page.comments_template.suggest_change_to_label": "do",
|
|
22
24
|
"ep_comments_page.comments_template.to": "Do",
|
|
23
25
|
"ep_comments_page.comments_template.include_suggestion": "Namjetowanu změnu zapřijeć",
|
|
24
26
|
"ep_comments_page.comments_template.comment.value": "Komentar",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Adds comments on sidebar and link it to the text. For no-skin use ep_page_view.",
|
|
3
3
|
"name": "ep_comments_page",
|
|
4
|
-
"version": "11.1.
|
|
4
|
+
"version": "11.1.7",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Nicolas Lescop",
|
|
7
7
|
"email": "limplementeur@gmail.com"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"cheerio": "^1.2.0",
|
|
26
|
-
"ep_plugin_helpers": "^0.5.
|
|
26
|
+
"ep_plugin_helpers": "^0.5.2",
|
|
27
27
|
"formidable": "^3.5.4",
|
|
28
28
|
"underscore": "^1.13.8"
|
|
29
29
|
},
|