Skip to content

Commit 92bdfdf

Browse files
authored
Merge pull request #6 from ulsdevteam/ojs33
Add details block title and description to locale.xml. Fixed name of …
2 parents 75cf898 + 0f0a48c commit 92bdfdf

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

locale/en_US/locale.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ msgstr "This block shows the article/issue cover image."
5050
msgid "plugins.generic.inlineHtmlGalley.block.details.displayName"
5151
msgstr "Inline HTML Galley Sidebar: Article Details"
5252

53-
msgid "plugins.generic.inlineHtmlGalley.block.article.description"
53+
msgid "plugins.generic.inlineHtmlGalley.block.details.description"
5454
msgstr "This block provides a location for content formerly shown in the Article Details section in non-inlineHtmlGalley sites."
5555

5656
msgid "plugins.generic.inlineHtmlGalley.block.publishedDate.displayName"

locale/en_US/locale.xml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
<message key="plugins.generic.inlineHtmlGalley.block.doi.description">This block provides a DOI link.</message>
2626
<message key="plugins.generic.inlineHtmlGalley.block.coverImage.displayName">Inline HTML Galley Sidebar: Article/Issue Cover Image</message>
2727
<message key="plugins.generic.inlineHtmlGalley.block.coverImage.description">This block shows the article/issue cover image.</message>
28+
<message key="plugins.generic.inlineHtmlGalley.block.details.displayName">Inline HTML Galley Sidebar: Article Details</message>
29+
<message key="plugins.generic.inlineHtmlGalley.block.details.description">This block provides a location for content formerly shown in the Article Details section in non-inlineHtmlGalley sites.</message>
2830
<message key="plugins.generic.inlineHtmlGalley.block.publishedDate.displayName">Inline HTML Galley Sidebar: Published Date</message>
2931
<message key="plugins.generic.inlineHtmlGalley.block.publishedDate.description">This block shows the publishing date of the article.</message>
3032
<message key="plugins.generic.inlineHtmlGalley.block.howToCite.displayName">Inline HTML Galley Sidebar: How To Cite</message>

version.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<version>
1515
<application>inlineHtmlGalley</application>
1616
<type>plugins.generic</type>
17-
<release>1.1.0.0</release>
18-
<date>2021-08-02</date>
17+
<release>1.2.0.0</release>
18+
<date>2022-05-09</date>
1919
<lazy-load>1</lazy-load>
2020
<class>InlineHtmlGalleyPlugin</class>
2121
</version>

0 commit comments

Comments
 (0)