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

Make sure every translation function includes the text-domain #1458

Closed
52 tasks
rclations opened this issue Aug 11, 2017 · 1 comment
Closed
52 tasks

Make sure every translation function includes the text-domain #1458

rclations opened this issue Aug 11, 2017 · 1 comment

Comments

@rclations
Copy link

rclations commented Aug 11, 2017

The theme check plugin is an easy way to test your theme and make sure it’s up to spec with the latest theme review standards. With it, you can run all the same automated testing tools on your theme that WordPress.org uses for theme submissions.

To see these errors yourself, install & run https://wordpress.org/plugins/theme-check/

  • WARNING: Your theme appears to be in the wrong directory for the theme name. The directory name must match the slug of the theme. This theme's correct slug and text-domain is largo.
  • WARNING: Found a translation function that is missing a text-domain. Function esc_html__, with the arguments 'Update Largo'
  • WARNING: Found a translation function that is missing a text-domain. Function _x, with the arguments 'Series', 'taxonomy singular name'
  • WARNING: Found a translation function that is missing a text-domain. Function _x, with the arguments 'Series', 'taxonomy general name'
  • WARNING: Found a translation function that is missing a text-domain. Function _x, with the arguments 'Post Prominence', 'taxonomy singular name'
  • WARNING: Found a translation function that is missing a text-domain. Function _x, with the arguments 'Post Prominence', 'taxonomy general name'
  • WARNING: Found a translation function that is missing a text-domain. Function _n, with the arguments 'One thought on “%2$s”', '%1$s thoughts on “%2$s”'
  • WARNING: Found a translation function that is missing a text-domain. Function _n, with the arguments '%s result', '%s results'
  • WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'largo'
  • WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'Title:'
  • WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'Include:'
  • WARNING: Found a translation function that is missing a text-domain. Function _e, with the arguments 'CC E-mail address'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'largo'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'When a taxonomy archive is requested, such as a category page, the first Landing Page with that taxonomy (if any) is used.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'View Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'View Post Prominence'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Update Post Prominence'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Uncategorized'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'To override the default related posts functionality enter specific related post IDs separated by commas.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Sticky navigation overflow'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Specify at least one category, tag, or custom taxonomy.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Select Color'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Post Type'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Search Post Prominences'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Post Prominence'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Series:'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Post Prominence:'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Parent Post Prominence'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'New Series Name'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'New Post Prominence Name'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'M j, Y @ G:i'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Hide the featured posts area on category pages?'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Greetings'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Filter messages for SPAM through the'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Edit Post Prominence'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Default'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field updated.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Custom field deleted.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Contact Reasons & Recipients'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Clear'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'By default, a floating/sticky navigation bar is visible on all pages for mobile screen sizes. The sticky navigation bar will disappear when a user scrolls down and reappear when a user begins to scroll up. When the main navigation is visible, the sticky navigation will disappear. This feature can be deactivated but we typically recommend sticking with the default behavior.'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Auto-generated by current homepage template'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Alternate site name for sticky navigation'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'All Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'All Post Prominences'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Series'
  • WARNING: Found a translation function that is missing a text-domain. Function __, with the arguments 'Add New Post Prominence'
@rclations
Copy link
Author

should be all set after #1464

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant