GlotCore Limit Import Strings Number

描述

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

评价

此插件暂无评价。

贡献者及开发者

「GlotCore Limit Import Strings Number」是开源软件。 以下人员对此插件做出了贡献。

贡献者

「GlotCore Limit Import Strings Number」插件已被翻译至 2 种本地化语言。 感谢所有译者为本插件所做的贡献。

帮助将「GlotCore Limit Import Strings Number」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release.