Skip to content

Commit

Permalink
chore(i18n): move translations to resources folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Apr 8, 2024
1 parent 7584803 commit 72ac651
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/mel/src/lib/embedded.translate.loader.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* eslint-disable @nx/enforce-module-boundaries */
import { TranslateLoader } from '@ngx-translate/core'
import { Observable, map, of } from 'rxjs'
import en_MEL from '../../../../translations/en_MEL.json'
import fr_MEL from '../../../../translations/fr_MEL.json'
import en_MEL from '../../../../resources/translations/en_MEL.json'
import fr_MEL from '../../../../resources/translations/fr_MEL.json'
import en from 'node_modules/geonetwork-ui/translations/en.json'
import fr from 'node_modules/geonetwork-ui/translations/fr.json'
import { dropEmptyTranslations } from 'geonetwork-ui'
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 72ac651

Please sign in to comment.