Skip to content

Commit

Permalink
try to fix helphints in crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
j8seangel committed Oct 18, 2023
1 parent 61149fa commit 82f03ee
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 50 deletions.
4 changes: 2 additions & 2 deletions apps/fishing-map/features/i18n/i18n.types.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import type helpHints from '../../public/locales/source/helphints.json'
// import type helpHints from '../../public/locales/source/helphints.json'
import type translations from '../../public/locales/source/translations.json'
import type dataTerminology from '../../public/locales/source/data-terminology.json'

export type I18nNamespaces = {
dataTerminology: keyof typeof dataTerminology
helpHints: keyof typeof helpHints
// helpHints: keyof typeof helpHints
translations: keyof typeof translations
}
8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/en/helphints.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/es/helphints.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/fr/helphints.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/id/helphints.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/pt/helphints.json

This file was deleted.

8 changes: 0 additions & 8 deletions apps/fishing-map/public/locales/source/helphints.json

This file was deleted.

0 comments on commit 82f03ee

Please sign in to comment.