Skip to content

Commit

Permalink
Load i18n file.
Browse files Browse the repository at this point in the history
  • Loading branch information
herbdool committed Feb 2, 2021
1 parent ff48638 commit f8c51f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/grid.inc
Expand Up @@ -28,6 +28,7 @@ function _webform_localization_analysis_data_grid($data, $node, $component) {
if (!isset($component['extra']['translated_strings']) || !is_array($component['extra']['translated_strings'])) {
return $data;
}
module_load_include('inc', 'webform_localization', 'includes/webform_localization.i18n');
$options_key_lookup = _webform_localization_string_to_key($component['extra']['options']);
$questions_key_lookup = _webform_localization_string_to_key($component['extra']['questions']);

Expand Down

0 comments on commit f8c51f3

Please sign in to comment.