Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(panel) - 13478: Fix shadow from Analytics panel #399

Merged
merged 1 commit into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ There are several tasks in package.json:
- i18n:update extracts new translation keys from code to common.json (i18n.t, <Trans/>) and removes unused keys.
- lint:i18n:keys:identity is needed to see untranslated keys for all locales (make sure you ran i18n:import before, it compares i18n files)
- i18n:msgmerge is needed to keep all .po files synced with .pot file (marks non-compliant msgid as 'fuzzy', renames keys in .po according keys changes in .pot)

But you don't need to manually run all of them.
As a developer you only need to interact with i18next en file by i18n:update command. (`src/core/localization/translations/en/common.json`)
So whenever you add new key in your code - run i18n:update, you'll see common.json updated.
Expand Down
20 changes: 14 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
"@deck.gl/mapbox": "^8.8.4",
"@deck.gl/mesh-layers": "^8.8.22",
"@konturio/default-icons": "^2.2.1",
"@konturio/default-theme": "3.2.2",
"@konturio/ui-kit": "^3.9.1",
"@konturio/default-theme": "3.2.3",
"@konturio/ui-kit": "^3.9.2",
"@loaders.gl/core": "^3.2.3",
"@mdx-js/rollup": "^2.2.1",
"@nebula.gl/edit-modes": "1.0.3",
Expand Down