Skip to content

Commit

Permalink
Merge pull request #209 from Dataport/fix/scale-switcher-tooltip
Browse files Browse the repository at this point in the history
Fix/scale switcher tooltip
  • Loading branch information
jedi-of-the-sea authored Dec 19, 2024
2 parents 110e73b + 48123d6 commit f6e385a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/plugins/Scale/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## unpublished

- Fix: Add missing translations for scale switcher.

## 2.0.0

- Breaking: Upgrade peerDependency `ol` from `^7.1.0` to `^9.2.4`.
Expand Down
2 changes: 2 additions & 0 deletions packages/plugins/Scale/src/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const language: LanguageOption[] = [
scale: {
toOneNegative: 'Skalierung muss eine positive Zahl sein',
label: 'Skala',
scaleSwitcher: 'Maßstab ändern',
},
},
},
Expand All @@ -19,6 +20,7 @@ const language: LanguageOption[] = [
scale: {
toOneNegative: 'scale must be a positive number',
label: 'Scale',
scaleSwitcher: 'Change scale',
},
},
},
Expand Down

0 comments on commit f6e385a

Please sign in to comment.