GlotCore Limit Import Strings Number

Descripción

Adds a limit to the number of strings that can be imported in GlotPress.
It helps to prevent importing large translation projects, sets a reasonable limit to avoid performance issues.
It allows to provide a free tier for users who needs it for small personal projects.

Configuration

Once you have installed GlotCore Limit Import Strings Number it is ready to use, and the initial limit is set to 1000 strings.
You can change this limit by defining the following constant in your wp-config.php file:
php
define( 'GLOTCORE_IMPORT_STRINGS_LIMIT', 500 ); // Change 500 to your desired limit

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

“GlotCore Limit Import Strings Number” ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.

Traduce “GlotCore Limit Import Strings Number” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0

  • Initial release.