Skip to content

Commit

Permalink
Merge pull request #142 from lilt/4.x-change-translation-batch-size
Browse files Browse the repository at this point in the history
Change translations batch size
  • Loading branch information
hadomskyi authored Jan 31, 2024
2 parents c88afc9 + c21ce20 commit 3331cce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.4.3 - 2023-11-15
## 4.4.4 - 2024-01-31
### Changed
- Change translations batch size

## 4.4.3 - 2024-01-30
### Changed
- Change translation limit for get translation request

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "lilt/craft-lilt-plugin",
"description": "The Lilt plugin makes it easy for you to send content to Lilt for translation right from within Craft CMS.",
"type": "craft-plugin",
"version": "4.4.3",
"version": "4.4.4",
"keywords": [
"craft",
"cms",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/resources/job-translation-review.js
Original file line number Diff line number Diff line change
Expand Up @@ -475,11 +475,11 @@ $(document).ready(function() {
criteria: {
jobId: jQuery('#create-job-form').data('job-id'),
},
batchSize: 1000,
selectable: true,
multiSelect: true,
checkboxMode: true,
onUpdateElements: function() {

const elements = CraftliltPlugin.elementIndexTranslation.view.getAllElements().get();

console.log(elements)
Expand Down

0 comments on commit 3331cce

Please sign in to comment.