Skip to content

Commit 271e30a

Browse files
authored
Fixes to comply with the w.org Beta Testing program fix #391 fix #392 (#393)
* Fixes to comply with the w.org Beta Testing program Fixes #391 * add changelog update
1 parent 9cf4513 commit 271e30a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.0.9
2+
3+
* Fix: Fixes to comply with the w.org Beta Testing program [Fixes #391]
14
# 2.0.8
25

36
* Fix: Edge case for some locales without glossary configured

Diff for: js/glotdict-validation.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function gd_search_glossary_on_translation( e, selector ) {
4545

4646
jQuery( selector ).each( function() {
4747
const $editor = jQuery( this );
48-
const translations = jQuery( 'textarea', $editor );
48+
const translations = jQuery( 'textarea.foreign-text', $editor );
4949
const originals = jQuery( '.original, .original-text', $editor );
5050

5151
let original_index = SINGULAR;

0 commit comments

Comments
 (0)