mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-02 19:11:42 +02:00
missing saemi
This commit is contained in:
parent
f759467193
commit
a2bfdd8925
@ -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…
x
Reference in New Issue
Block a user