fix typo
This commit is contained in:
parent
3d91b31637
commit
d021598380
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue