wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 15 forks source link

Add GlotPress requirement check #123

Closed swissspidy closed 4 months ago

swissspidy commented 5 years ago

Issue Overview Right now the plugin just assumes that GlotPress is installed, without verifying whether it's actually the case.

Function calls and constants like DATE_MYSQL and GP_VERSION are not available without GlotPress.

For example, running wp traduttore info without GlotPress being active errors because of that.

Expected behavior Limited functionality and/or warnings when GlotPress is not active.