Skip to content

Commit a8a0180

Browse files
author
Kerry
authored
Merge pull request #2 from matrix-org/pse-182/add-tdom
add new tDom fn to gen script
2 parents e5c7071 + 9be77d4 commit a8a0180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen-i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const walk = require('walk');
3232
const parser = require("@babel/parser");
3333
const traverse = require("@babel/traverse");
3434

35-
const TRANSLATIONS_FUNCS = ['_t', '_td'];
35+
const TRANSLATIONS_FUNCS = ['_t', '_td', '_tDom'];
3636

3737
const INPUT_TRANSLATIONS_FILE = 'src/i18n/strings/en_EN.json';
3838
const OUTPUT_FILE = 'src/i18n/strings/en_EN.json';

0 commit comments

Comments
 (0)