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.