ep_comments_page 11.1.4 → 11.1.6
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/AGENTS.md +2 -2
- package/locales/dsb.json +2 -0
- package/locales/fi.json +2 -0
- package/locales/hsb.json +2 -0
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -44,8 +44,8 @@ ep_comments_page/
|
|
|
44
44
|
|
|
45
45
|
## Helpers used
|
|
46
46
|
|
|
47
|
-
* `
|
|
48
|
-
* `
|
|
47
|
+
* `padToggle` (client sub-path) from `ep_plugin_helpers`
|
|
48
|
+
* `padToggle` (server) from `ep_plugin_helpers`
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
## Helpers NOT used
|
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