Skip to content

Commit 9be77d4

Browse files
author
Kerry Archibald
committed
add new tDom fn to gen script
1 parent e5c7071 commit 9be77d4

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)