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 4701025 commit 1fc342eCopy full SHA for 1fc342e
src/index.ts
@@ -9,7 +9,7 @@ import { choose } from './pluralization'
9
* Resolves the lang location, on a Laravel App.
10
*/
11
const defaultResolve = (lang: string): Promise<LanguageJsonFileInterface> => {
12
- return import(`../../../../resources/lang/${lang}.json`)
+ return import(`../../../resources/lang/${lang}.json`)
13
}
14
15
/**
0 commit comments