This commit is contained in:
Matthew Hodgson 2017-06-01 02:04:43 +01:00
parent 3d91b31637
commit d021598380

View file

@ -107,7 +107,7 @@ export function _tJsx(jsxText, patterns, subs) {
} }
// Allow overriding the text displayed when no translation exists // Allow overriding the text displayed when no translation exists
// Currently only use din unit tests to avoid having to load // Currently only used in unit tests to avoid having to load
// the translations in riot-web // the translations in riot-web
export function setMissingEntryGenerator(f) { export function setMissingEntryGenerator(f) {
counterpart.setMissingEntryGenerator(f); counterpart.setMissingEntryGenerator(f);