GlotCore Limit Import Strings Number

Opis

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

Recenzije

Nema recenzija za ovaj dodatak.

Saradnici i programeri

“GlotCore Limit Import Strings Number” is open source software. The following people have contributed to this plugin.

Doprinositelji

“GlotCore Limit Import Strings Number” je prijeveden na 1 dijalekt. Zahvala prevodiocima za njihov doprinos.

Prevedi “GlotCore Limit Import Strings Number” na vaš jezik.

Zainteresirani za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Zapis promijena

1.0

  • Initial release.