Skip to content

[5.0] %s for strings/floats in sprintf #2994

@jgerman-bot

Description

@jgerman-bot

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

Click to expand the diff!
diff --git a/administrator/language/en-GB/com_finder.ini b/administrator/language/en-GB/com_finder.ini
index 262834a7bab9..61c5c14e33fb 100644
--- a/administrator/language/en-GB/com_finder.ini
+++ b/administrator/language/en-GB/com_finder.ini
@@ -245,6 +245,6 @@ COM_FINDER_STATISTICS="Statistics"
 COM_FINDER_STATISTICS_LINK_TYPE_COUNT="Count"
 COM_FINDER_STATISTICS_LINK_TYPE_HEADING="Link Type"
 COM_FINDER_STATISTICS_LINK_TYPE_TOTAL="Total"
-COM_FINDER_STATISTICS_STATS_DESCRIPTION="The indexed content on this site includes %d terms across %d links with %d attributes in %d branches."
+COM_FINDER_STATISTICS_STATS_DESCRIPTION="The indexed content on this site includes %s terms across %s links with %s attributes in %s branches."
 COM_FINDER_STATISTICS_TITLE="Smart Search Statistics"
 COM_FINDER_XML_DESCRIPTION="Smart Search."
diff --git a/administrator/language/en-GB/plg_content_vote.ini b/administrator/language/en-GB/plg_content_vote.ini
index d2749601c5ff..7797f5ad2764 100644
--- a/administrator/language/en-GB/plg_content_vote.ini
+++ b/administrator/language/en-GB/plg_content_vote.ini
@@ -8,7 +8,7 @@ PLG_VOTE_BOTTOM="Bottom"
 PLG_VOTE_LABEL="Please Rate"
 PLG_VOTE_POSITION_LABEL="Position"
 PLG_VOTE_RATE="Rate"
-PLG_VOTE_STAR_RATING="Rating: %d out of 5"
+PLG_VOTE_STAR_RATING="Rating: %s out of 5"
 PLG_VOTE_TOP="Top"
 PLG_VOTE_TOTAL_VOTES="Total Votes: %d"
 PLG_VOTE_TOTAL_VOTES_LABEL="Number of Votes"
diff --git a/language/en-GB/finder_cli.ini b/language/en-GB/finder_cli.ini
index d94f9331ded0..aff6703b29b1 100644
--- a/language/en-GB/finder_cli.ini
+++ b/language/en-GB/finder_cli.ini
@@ -19,5 +19,5 @@ FINDER_CLI_SAVE_FILTER_COMPLETED="- number of saved filters: %s"
 FINDER_CLI_SAVE_FILTERS="Saving filters"
 FINDER_CLI_SETTING_UP_PLUGINS="Setting up Smart Search plugins"
 FINDER_CLI_SETUP_ITEMS="Setup %d items in %s seconds."
-FINDER_CLI_SKIPPING_PAUSE_LOW_BATCH_PROCESSING_TIME=" * Skipping pause, as previous batch had a very low processing time (%ds < %ds)"
+FINDER_CLI_SKIPPING_PAUSE_LOW_BATCH_PROCESSING_TIME=" * Skipping pause, as previous batch had a very low processing time (%ss < %ds)"
 FINDER_CLI_STARTING_INDEXER="Starting Indexer"

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions