Skip to content

Commit ee03f0b

Browse files
committed
renamed folder to use longer language code
1 parent ffdb9ae commit ee03f0b

File tree

132 files changed

+1
-9
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

132 files changed

+1
-9
lines changed

i18n/index.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,7 @@ async function needsTranslation(
179179
): Promise<boolean> {
180180
const cnFilePath = enFilePath.replace(
181181
path.sep + "en" + path.sep,
182-
path.sep +
183-
".." +
184-
path.sep +
185-
"i18n" +
186-
path.sep +
187-
"translation_output" +
188-
path.sep +
189-
lang +
190-
path.sep
182+
path.sep + lang + path.sep
191183
);
192184
try {
193185
const cnStats = await fs.promises.stat(cnFilePath);
File renamed without changes.

0 commit comments

Comments
 (0)