Skip to content

Fix untranslatable strings in PHP#147

Merged
GaryJones merged 1 commit into
developfrom
fix/untranslatable-strings
Mar 16, 2022
Merged

Fix untranslatable strings in PHP#147
GaryJones merged 1 commit into
developfrom
fix/untranslatable-strings

Conversation

@GaryJones
Copy link
Copy Markdown
Collaborator

  • Adds some escaping to some strings in the UI.
  • Makes some strings translatable.
  • Cleans up the labels for registering the post type.
  • Removes load_plugin_textdomain() call as the plugin requires more than WP 4.6.

Doesn't fix the strings added via JavaScript as that needs more thought.

Closes #129

- Adds some escaping to some strings in the UI.
- Makes some strings translatable.
- Cleans up the labels for registering the post type.
- Removes `load_plugin_textdomain()` call as the plugin requires more than WP 4.6.

Doesn't fix the strings added via JavaScript as that needs more thought.

See #129
@GaryJones GaryJones added type: maintenance Routine maintenance and code quality improvements type: bug Something isn't working labels Mar 16, 2022
@GaryJones GaryJones added this to the 0.6 milestone Mar 16, 2022
@GaryJones GaryJones self-assigned this Mar 16, 2022
@GaryJones GaryJones merged commit b7fd8b7 into develop Mar 16, 2022
@GaryJones GaryJones deleted the fix/untranslatable-strings branch March 16, 2022 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: bug Something isn't working type: maintenance Routine maintenance and code quality improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix internationalization in PHP strings

1 participant