mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
refactor: s/all-langs/i18n/g (#48258)
This commit is contained in:
committed by
GitHub
parent
cf24131967
commit
b393d88b9e
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user