We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 462592c commit e47e883Copy full SHA for e47e883
src/scripts/crowdin/import/utils.ts
@@ -15,7 +15,7 @@ export const getCrowdinCode = (code: string): string =>
15
i18Config.filter((lang) => lang.code === code)?.[0]?.crowdinCode || code
16
17
/**
18
- * Reads `ls` file contents of `_path`, moving .md and .json files
+ * Reads `ls` file contents of `path`, moving .md and .json files
19
* to their corresponding destinations in the repo. Function is called
20
* again recursively for subdirectories.
21
*
0 commit comments