Skip to content

Localization does not work #3

Description

@Clashsoft

Localization as described in the docs does not work.

import de from '@angular-ex/semantic-ui/locales/de';

yields:

TS2307: Cannot find module @angular-ex/ semantic-ui/ locales/ de or its corresponding type declarations.

The locales directory does not seem to be declared in the package.json exports:

  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/angular-ex-semantic-ui.mjs",
      "esm": "./esm2022/angular-ex-semantic-ui.mjs",
      "default": "./fesm2022/angular-ex-semantic-ui.mjs"
    }
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions