Skip to content

Commit

Permalink
Import translation components from Indico
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 authored and ThiefMaster committed Aug 21, 2023
1 parent 0bcaaf9 commit 2d7ca94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud_captchas/indico_cloud_captchas/client/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ import {bindTranslateComponents} from 'indico/react/i18n';
const {Translate, PluralTranslate} = bindTranslateComponents('cloud_captchas');

export {Translate, PluralTranslate};
export {Singular, Plural, Param} from 'react-jsx-i18n';
export {Singular, Plural, Param} from 'indico/react/i18n';

0 comments on commit 2d7ca94

Please sign in to comment.