File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ async function main() {
9
9
await getAndSaveDirectories ( )
10
10
const directoryIds = getDirectoryIds ( )
11
11
await fetchAndSaveFileIds ( directoryIds )
12
- const translatedMarkdownPaths = await getTranslatedMarkdownPaths ( )
13
- await getTranslationCostsReports ( translatedMarkdownPaths )
12
+ // temp remove
13
+ // const translatedMarkdownPaths = await getTranslatedMarkdownPaths()
14
+ // await getTranslationCostsReports(translatedMarkdownPaths)
14
15
}
15
16
16
17
main ( )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export function getDirectoryIdsFromJson() {
8
8
try {
9
9
const filePath = path . join (
10
10
__dirname ,
11
- "@ /data/crowdin/translation-buckets-dirs.json"
11
+ "../.. /data/crowdin/translation-buckets-dirs.json"
12
12
)
13
13
const directoriesData = fs . readFileSync ( filePath )
14
14
const directories = JSON . parse ( directoriesData . toString ( ) )
You can’t perform that action at this time.
0 commit comments