File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import getAndSaveDirectories from "./source-files/fetchAndSaveDirectories"
22import getDirectoryIds from "./utils"
33import { getTranslatedMarkdownPaths } from "../markdownChecker"
44import fetchAndSaveFileIds from "./source-files/fetchAndSaveFileIds"
5- import getTranslationCostsReport from "./reports/getTranslationCostsReport "
5+ import getTranslationCostsReports from "./reports/getTranslationCostsReports "
66
77async function main ( ) {
88 await getAndSaveDirectories ( )
99 const directoryIds = getDirectoryIds ( )
1010 await fetchAndSaveFileIds ( directoryIds )
1111 const translatedMarkdownPaths = await getTranslatedMarkdownPaths ( )
12- await getTranslationCostsReport ( translatedMarkdownPaths )
12+ await getTranslationCostsReports ( translatedMarkdownPaths )
1313}
1414
1515main ( )
Original file line number Diff line number Diff line change 11import { findFileIdsByPaths } from "../utils"
2- import getCrowdinCode from "../../../../src/ utils/getCrowdinCode"
2+ import getCrowdinCode from "../../../utils/getCrowdinCode"
33import { fetchTranslationCostsReport } from "./reportsHelpers"
44
55async function getTranslationCostsReports ( translatedMarkdownPaths ) {
You can’t perform that action at this time.
0 commit comments