Commits on Source (39)
-
Reiter, Christoph authored
Instead of using the namespace which is hardcoded we use the tag name that was used to register the element (or the "real" tag name in case of a scoped element). This way if AppShell is regsitered as "dbp-some-app" it can still be overriden by specifying "dbp-some-app" in the overrides object.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
So we only need to define it in one place.
-
Reiter, Christoph authored
-
Reiter, Christoph authored
We match based on the tag name now and not on the namespace, so revert this again so it's consistent with the other packages
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
It only detects i18n.t by default
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Reiter, Christoph authored
-
Renovate Bot authored
-
Reiter, Christoph authored
chore(deps): lock file maintenance See merge request !68
-
Steinwender, Tamara authored
Try to hack collapsing columns, make modal menu scrollable on mobile phones, add remember me button to nextcloud
-
Reiter, Christoph authored
Create a new i18next instance for every web component See merge request !67
-
Reiter, Christoph authored
-
Steinwender, Tamara authored
-
Steinwender, Tamara authored
-
Reiter, Christoph authored
This was forgotten ebcause it isn't used in the tests currently
Showing
- package.json 1 addition, 0 deletionspackage.json
- packages/app-shell/i18next-scanner.config.js 16 additions, 0 deletionspackages/app-shell/i18next-scanner.config.js
- packages/app-shell/package.json 3 additions, 1 deletionpackages/app-shell/package.json
- packages/app-shell/src/app-shell.js 11 additions, 11 deletionspackages/app-shell/src/app-shell.js
- packages/app-shell/src/auth-menu-button.js 6 additions, 6 deletionspackages/app-shell/src/auth-menu-button.js
- packages/app-shell/src/dbp-activity-example.js 5 additions, 5 deletionspackages/app-shell/src/dbp-activity-example.js
- packages/app-shell/src/dbp-app-shell-welcome.js 5 additions, 5 deletionspackages/app-shell/src/dbp-app-shell-welcome.js
- packages/app-shell/src/i18n.js 3 additions, 15 deletionspackages/app-shell/src/i18n.js
- packages/app-shell/src/i18n/de/translation.json 2 additions, 2 deletionspackages/app-shell/src/i18n/de/translation.json
- packages/app-shell/src/i18n/en/translation.json 1 addition, 1 deletionpackages/app-shell/src/i18n/en/translation.json
- packages/app-shell/src/tugraz-logo.js 5 additions, 5 deletionspackages/app-shell/src/tugraz-logo.js
- packages/auth/i18next-scanner.config.js 0 additions, 1 deletionpackages/auth/i18next-scanner.config.js
- packages/auth/src/auth-keycloak.js 1 addition, 1 deletionpackages/auth/src/auth-keycloak.js
- packages/auth/src/dbp-auth-demo.js 1 addition, 1 deletionpackages/auth/src/dbp-auth-demo.js
- packages/auth/src/i18n.js 3 additions, 3 deletionspackages/auth/src/i18n.js
- packages/auth/src/i18n/de/translation.json 0 additions, 0 deletionspackages/auth/src/i18n/de/translation.json
- packages/auth/src/i18n/en/translation.json 0 additions, 0 deletionspackages/auth/src/i18n/en/translation.json
- packages/auth/src/login-button.js 1 addition, 1 deletionpackages/auth/src/login-button.js
- packages/check-in-place-select/src/check-in-place-select.js 1 addition, 1 deletionpackages/check-in-place-select/src/check-in-place-select.js
- packages/check-in-place-select/src/dbp-check-in-place-select-demo.js 4 additions, 1 deletion...eck-in-place-select/src/dbp-check-in-place-select-demo.js
packages/app-shell/i18next-scanner.config.js
0 → 100644