Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.0] schemaorg remove double space #2905

Closed
jgerman-bot opened this issue Aug 21, 2023 · 0 comments · Fixed by #2887
Closed

[5.0] schemaorg remove double space #2905

jgerman-bot opened this issue Aug 21, 2023 · 0 comments · Fixed by #2887

Comments

@jgerman-bot
Copy link

New language relevant PR in upstream repo: joomla/joomla-cms#41401 Here are the upstream changes:

Click to expand the diff!
diff --git a/administrator/language/en-GB/plg_schemaorg_blogposting.ini b/administrator/language/en-GB/plg_schemaorg_blogposting.ini
index 929390b7319b..999116e1c438 100755
--- a/administrator/language/en-GB/plg_schemaorg_blogposting.ini
+++ b/administrator/language/en-GB/plg_schemaorg_blogposting.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 PLG_SCHEMAORG_BLOGPOSTING="Schema.org - BlogPosting"
-PLG_SCHEMAORG_BLOGPOSTING_DESCRIPTION_LABEL="A blog post <a href=\"https://schema.org/BlogPosting\" target=\"_blank\"  rel=\"noopener noreferrer\">More information</a>"
+PLG_SCHEMAORG_BLOGPOSTING_DESCRIPTION_LABEL="A blog post <a href=\"https://schema.org/BlogPosting\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>"
 PLG_SCHEMAORG_BLOGPOSTING_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_BLOGPOSTING_FIELD_AUTHOR_LABEL="Author"
 PLG_SCHEMAORG_BLOGPOSTING_FIELD_DATE_MODIFIED_LABEL="Date Modified"
diff --git a/administrator/language/en-GB/plg_schemaorg_book.ini b/administrator/language/en-GB/plg_schemaorg_book.ini
index 734c898f2987..6ae752f51020 100755
--- a/administrator/language/en-GB/plg_schemaorg_book.ini
+++ b/administrator/language/en-GB/plg_schemaorg_book.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 PLG_SCHEMAORG_BOOK="Schema.org - Book"
-PLG_SCHEMAORG_BOOK_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Book\" target=\"_blank\"  rel=\"noopener noreferrer\">More information</a>"
+PLG_SCHEMAORG_BOOK_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Book\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>"
 PLG_SCHEMAORG_BOOK_FIELD_ABRIDGED_LABEL="Abridged"
 PLG_SCHEMAORG_BOOK_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_BOOK_FIELD_AUDIOBOOK_LABEL="Audiobook"
diff --git a/administrator/language/en-GB/plg_schemaorg_event.ini b/administrator/language/en-GB/plg_schemaorg_event.ini
index 2545a1343299..f3de35df39c9 100755
--- a/administrator/language/en-GB/plg_schemaorg_event.ini
+++ b/administrator/language/en-GB/plg_schemaorg_event.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 PLG_SCHEMAORG_EVENT="Schema.org - Event"
-PLG_SCHEMAORG_EVENT_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Event\" target=\"_blank\"  rel=\"noopener noreferrer\">More information</a>"
+PLG_SCHEMAORG_EVENT_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Event\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>"
 PLG_SCHEMAORG_EVENT_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_EVENT_FIELD_AGGREGATE_RATING_LABEL="Aggregate Rating"
 PLG_SCHEMAORG_EVENT_FIELD_DESCRIPTION_LABEL="Description"
diff --git a/administrator/language/en-GB/plg_schemaorg_jobposting.ini b/administrator/language/en-GB/plg_schemaorg_jobposting.ini
index d8a5af3989e5..61edfa127967 100755
--- a/administrator/language/en-GB/plg_schemaorg_jobposting.ini
+++ b/administrator/language/en-GB/plg_schemaorg_jobposting.ini
@@ -3,7 +3,7 @@
 ; License GNU General Public License version 2 or later; see LICENSE.txt
 ; Note : All ini files need to be saved as UTF-8
 
-PLG_SCHEMAORG_JOBPOSTING_DESCRIPTION_LABEL="A job post <a href=\"https://schema.org/JobPosting\" target=\"_blank\"  rel=\"noopener noreferrer\">More information</a>"
+PLG_SCHEMAORG_JOBPOSTING_DESCRIPTION_LABEL="A job post <a href=\"https://schema.org/JobPosting\" target=\"_blank\" rel=\"noopener noreferrer\">More information</a>"
 PLG_SCHEMAORG_JOBPOSTING_FIELD_ADDRESS_COUNTRY_LABEL="Country"
 PLG_SCHEMAORG_JOBPOSTING_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_JOBPOSTING_FIELD_ADDRESS_REGION_LABEL="Region"
diff --git a/administrator/language/en-GB/plg_schemaorg_organization.ini b/administrator/language/en-GB/plg_schemaorg_organization.ini
index a05744b40e54..b724f011f23e 100755
--- a/administrator/language/en-GB/plg_schemaorg_organization.ini
+++ b/administrator/language/en-GB/plg_schemaorg_organization.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 PLG_SCHEMAORG_ORGANIZATION="Schema.org - Organization"
-PLG_SCHEMAORG_ORGANIZATION_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Organization\" target=\"_blank\"  rel=\"noopener noreferrer\">More information.</a>"
+PLG_SCHEMAORG_ORGANIZATION_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Organization\" target=\"_blank\" rel=\"noopener noreferrer\">More information.</a>"
 PLG_SCHEMAORG_ORGANIZATION_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_ORGANIZATION_FIELD_EMAIL_LABEL="Email"
 PLG_SCHEMAORG_ORGANIZATION_FIELD_GENERIC_FIELD_LABEL="Generic Field"
diff --git a/administrator/language/en-GB/plg_schemaorg_person.ini b/administrator/language/en-GB/plg_schemaorg_person.ini
index badbef002977..a2e79e8ccf1f 100755
--- a/administrator/language/en-GB/plg_schemaorg_person.ini
+++ b/administrator/language/en-GB/plg_schemaorg_person.ini
@@ -4,7 +4,7 @@
 ; Note : All ini files need to be saved as UTF-8
 
 PLG_SCHEMAORG_PERSON="Schema.org - Person"
-PLG_SCHEMAORG_PERSON_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Person\" target=\"_blank\"  rel=\"noopener noreferrer\">More information.</a>"
+PLG_SCHEMAORG_PERSON_DESCRIPTION_LABEL="A Schema.org Type <a href=\"https://schema.org/Person\" target=\"_blank\" rel=\"noopener noreferrer\">More information.</a>"
 PLG_SCHEMAORG_PERSON_FIELD_ADDRESS_LABEL="Address"
 PLG_SCHEMAORG_PERSON_FIELD_EMAIL_LABEL="Email"
 PLG_SCHEMAORG_PERSON_FIELD_GENERIC_FIELD_LABEL="Generic Field"
diff --git a/administrator/language/en-GB/plg_system_schemaorg.ini b/administrator/language/en-GB/plg_system_schemaorg.ini
index efd5f22d44af..1a09bab4e6ad 100755
--- a/administrator/language/en-GB/plg_system_schemaorg.ini
+++ b/administrator/language/en-GB/plg_system_schemaorg.ini
@@ -8,7 +8,7 @@ PLG_SYSTEM_SCHEMAORG_BASETYPE_DESCRIPTION="Choose whether your website represent
 PLG_SYSTEM_SCHEMAORG_BASETYPE_LABEL="Base Type"
 PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_ORGANIZATION="Organization"
 PLG_SYSTEM_SCHEMAORG_BASETYPE_OPTION_PERSON="Person"
-PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION="Structured data is a standardised format for organising and representing information on the web. It provides a way to describe the content and meaning of data in a structured manner, making it easier for search engines and other applications to understand and process the information. <a href=\"https://schema.org\" target=\"_blank\"  rel=\"noopener noreferrer\">More information on schema.org</a>."
+PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION="Structured data is a standardised format for organising and representing information on the web. It provides a way to describe the content and meaning of data in a structured manner, making it easier for search engines and other applications to understand and process the information. <a href=\"https://schema.org\" target=\"_blank\" rel=\"noopener noreferrer\">More information on schema.org</a>."
 PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED="To use the schema.org functionality, you have to configure the plugin first. Please contact an administrator of the page to get it configured."
 PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_DESCRIPTION_NOT_CONFIGURATED_ADMIN="To use the schema.org functionality, you have to configure the plugin first. Please select <a href=\"index.php?option=com_plugins&amp;task=plugin.edit&amp;extension_id=%s\" target=\"_blank\">this link to open the plugin</a>, configure and save."
 PLG_SYSTEM_SCHEMAORG_FIELD_SCHEMA_LABEL="Schema"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

4 participants