mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🐛 Fix validate translations script
This commit is contained in:
parent
6fbdc4ff07
commit
0be97e1c44
@ -1,7 +1,7 @@
|
||||
const fs = require('fs').promises;
|
||||
const gt = require("gettext-parser");
|
||||
const l = require("lodash");
|
||||
const path = require('path');
|
||||
import {promises as fs} from 'fs';
|
||||
import gt from 'gettext-parser';
|
||||
import l from 'lodash';
|
||||
import path from 'path';
|
||||
|
||||
async function* getFiles(dir) {
|
||||
const dirents = await fs.readdir(dir, { withFileTypes: true });
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user