refactor: s/all-langs/i18n/g (#48258)

This commit is contained in:
Mrugesh Mohapatra
2022-10-26 22:38:27 +05:30
committed by GitHub
parent cf24131967
commit b393d88b9e
22 changed files with 24 additions and 28 deletions
+1 -5
View File
@@ -1,10 +1,6 @@
import fs from 'fs';
import { setup } from 'jest-json-schema-extended';
import {
availableLangs,
LangNames,
LangCodes
} from '../../config/i18n/all-langs';
import { availableLangs, LangNames, LangCodes } from '../../config/i18n';
setup();