Skip to content

Commit

Permalink
fix(schematics): 🐛 rootTranslationsPath when creating config
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Jan 22, 2022
1 parent 94dab8e commit ce031c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/transloco-schematics/src/utils/transloco.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { getConfig } from './config';
export function createConfig(
host: Tree,
langs: string[],
rootTranslationsPath = 'src/assets/i18n/'
rootTranslationsPath = 'assets/i18n/'
) {
if (!host.get(CONFIG_FILE)) {
const config = `module.exports = {
Expand Down

0 comments on commit ce031c9

Please sign in to comment.