Skip to content

Commit

Permalink
Merge PR #2593 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by yvaucher
  • Loading branch information
OCA-git-bot committed Feb 8, 2024
2 parents 0eb845c + 347d58c commit 3118b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_translate_dialog/static/src/js/web_translate_dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var TranslateDialog = Dialog.extend({
this.languages = null;
this.languages_loaded = $.Deferred();
this.lang_data = new data.DataSetSearch(
this, 'res.lang', parent.searchView.dataset.get_context(),
this, 'res.lang', parent.context,
[['translatable', '=', '1']]
);
this.lang_data.set_sort(['tr_sequence asc','id asc']);
Expand Down

0 comments on commit 3118b27

Please sign in to comment.