mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
missing saemi
This commit is contained in:
parent
f759467193
commit
a2bfdd8925
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function getTKey(arg) {
|
|||
}
|
||||
|
||||
function getTranslations(file) {
|
||||
const tree = flowParser.parse(fs.readFileSync(file, { encoding: 'utf8' }), FLOW_PARSER_OPTS)
|
||||
const tree = flowParser.parse(fs.readFileSync(file, { encoding: 'utf8' }), FLOW_PARSER_OPTS);
|
||||
|
||||
const trs = new Set();
|
||||
|
||||
|
|
Loading…
Reference in a new issue