Skip to content

Commit

Permalink
Fix similar tags module language string causing false plurals in crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Sep 27, 2021
1 parent 16101e9 commit df3e40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion language/en-GB/mod_tags_similar.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ MOD_TAGS_SIMILAR_FIELD_ALL="All"
MOD_TAGS_SIMILAR_FIELD_HALF="Half"
MOD_TAGS_SIMILAR_FIELD_MATCHTYPE_DESC="How closely an item's tags need to match. All - requires that all tags in the displayed item be matched. Any - requires that at least one tag match. Half - requires that at least half of the tags match (rounded up in the case of decimals)."
MOD_TAGS_SIMILAR_FIELD_MATCHTYPE_LABEL="Match Type"
MOD_TAGS_SIMILAR_FIELD_ONE="Any"
MOD_TAGS_SIMILAR_FIELD_ONE="Any" ; This string is deprecated and will be removed with 5.0.
MOD_TAGS_SIMILAR_FIELD_ONE_TAG="Any"
MOD_TAGS_SIMILAR_FIELD_ORDERING_COUNT="Number of matching tags"
MOD_TAGS_SIMILAR_FIELD_ORDERING_COUNT_AND_RANDOM="Number of matching tags & Random"
MOD_TAGS_SIMILAR_FIELD_ORDERING_LABEL="Order Results"
Expand Down
2 changes: 1 addition & 1 deletion modules/mod_tags_similar/mod_tags_similar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
validate="options"
>
<option value="all">MOD_TAGS_SIMILAR_FIELD_ALL</option>
<option value="any">MOD_TAGS_SIMILAR_FIELD_ONE</option>
<option value="any">MOD_TAGS_SIMILAR_FIELD_ONE_TAG</option>
<option value="half">MOD_TAGS_SIMILAR_FIELD_HALF</option>
</field>

Expand Down

0 comments on commit df3e40b

Please sign in to comment.