GlotCore Limit Import Strings Number extends GlotPress by adding the ability to define a maximum number of strings that can be imported from a translation file.
It gives you better control over project size and helps protect your server from performance issues caused by very large imports.
Configuration
After installation, the plugin automatically limits imports to 1000 strings by default.
You can easily change the limit by adding the following constant to your wp-config.php file:
define( 'GLOTCORE_IMPORT_STRINGS_LIMIT', 500 );
Replace 500 with any number that fits your needs.
Repository: https://github.com/meloniq/gp-limit-import-strings-number
