-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: reduce memory consumption while loading users (#191)
* fix: reduce memory consumption while loading users * chore(l10n): update pot file --------- Co-authored-by: GitHub Actions <[email protected]>
- Loading branch information
1 parent
64e6773
commit d9f7e4a
Showing
3 changed files
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the GPL v3 or later. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Pressbooks Shared Network 1.0.2\n" | ||
"Project-Id-Version: Pressbooks Shared Network 1.0.3\n" | ||
"Report-Msgid-Bugs-To: https://github.com/pressbooks/pressbooks-multi-institution/issues\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2024-07-17T18:17:48+00:00\n" | ||
"POT-Creation-Date: 2024-07-18T21:42:53+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.10.0\n" | ||
"X-Domain: pressbooks-multi-institution\n" | ||
|
@@ -73,27 +73,27 @@ msgid_plural "Users updated." | |
msgstr[0] "" | ||
msgstr[1] "" | ||
|
||
#: src/Controllers/InstitutionsController.php:103 | ||
#: src/Controllers/InstitutionsController.php:101 | ||
msgid "Action completed." | ||
msgstr "" | ||
|
||
#: src/Controllers/InstitutionsController.php:128 | ||
#: src/Controllers/InstitutionsController.php:126 | ||
msgid "The form is invalid." | ||
msgstr "" | ||
|
||
#: src/Controllers/InstitutionsController.php:174 | ||
#: src/Controllers/InstitutionsController.php:172 | ||
msgid "Institution has been added." | ||
msgstr "" | ||
|
||
#: src/Controllers/InstitutionsController.php:175 | ||
#: src/Controllers/InstitutionsController.php:173 | ||
msgid "Institution has been updated." | ||
msgstr "" | ||
|
||
#: src/Controllers/InstitutionsController.php:202 | ||
#: src/Controllers/InstitutionsController.php:200 | ||
msgid "The name field is required." | ||
msgstr "" | ||
|
||
#: src/Controllers/InstitutionsController.php:212 | ||
#: src/Controllers/InstitutionsController.php:210 | ||
msgid "The book limit field should be numeric." | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters