Skip to content

Fix strings for translations #1165

@vytisbulkevicius

Description

@vytisbulkevicius

Hey @girishpanchal30,

This issue outlines a list of potential problems and recommendations found in the Feedzy module strings that require localization or code adjustments.

1. Plural Forms

2. Spacing Issues (Inside Placeholders)

3. Capitalization

  • Action: Remove text-transform: capitalize from buttons

4. String Splitting

5. String Consolidation (Suggestion)

  • Action: Space after between the string "We're always looking for suggestions to further improve Feedzy." and the one that follows. Preferably both should be put in a single i18n function.

6. Typo/Context Fixes

7. Add i18n for:

  • Action: Add internationalization support (i18n) for the following:
    • Once hourly
    • Hourly
    • Free (Related to div Html ul < li class='pro' > data-label='Free' >)

8. Remove spaces inside placeholders:

9. The placeholders <code> </code> are redundant, can be mentioned only once and can be reused in a string as %1$s and %2$s when needed (from %3$s to %8$s inclusive they can be removed):

10. Pluralization

11. Typo

Remove space before period: https://translate.wordpress.org/projects/wp-plugins/feedzy-rss-feeds/stable/ro/default/?filters%5Boriginal_id%5D=3885748
(with image) appears twice: https://translate.wordpress.org/projects/wp-plugins/feedzy-rss-feeds/stable-readme/ro/default/?filters%5Boriginal_id%5D=19711100
WordPress: https://translate.wordpress.org/projects/wp-plugins/feedzy-rss-feeds/stable-readme/ro/default/?filters%5Boriginal_id%5D=19711079

12. Post status are not translatable

Image

13. All footer buttons and links have text-transform: capitalize; which forces an incorrect capitalization

Image

14. Import settings: Post type selector shows slugs instead of the actual post type names:

Image

15. The placeholder "Selector some options" is not translatable

Image

16. Gutenberg block: When selecting a freed group, the dropdown shows slugs, not titles:

Image

17. "About us" section: Both the menu item and full "about us" page are not translatable:

Image

18. "audio playback (soundcloud) playout" should be "audio playback (soundcloud) layout":

Image

cc @selul

Metadata

Metadata

Labels

bugThis label could be used to identify issues that are caused by a defect in the product.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions