feat: add remote-first education work lake
This commit is contained in:
parent
ac9d051778
commit
333cd222c5
43 changed files with 923 additions and 74 deletions
|
|
@ -112,7 +112,8 @@ assertFlatStringCatalog('en', sourceCatalog)
|
|||
|
||||
const sourceKeys = Object.keys(sourceCatalog).sort()
|
||||
ensureDirectory(localesDir)
|
||||
const localeFiles = directoryFiles(localesDir).filter((file) => file.endsWith('.json'))
|
||||
const localeFiles = directoryFiles(localesDir)
|
||||
.filter((file) => file.endsWith('.json') && !file.startsWith('._'))
|
||||
const issues = []
|
||||
|
||||
for (const file of localeFiles) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue