Skip to content

Commit

Permalink
fix missing milligram i18n
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Oct 16, 2024
1 parent b7fd121 commit 4bf165e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.10.1 - Dayjs Hotfix
## 0.10.1
### Fixed
- Frontend errors due to wrong dayjs import
- Missing translation for _milligram_ in si-unit attribute

## 0.10 - Jelling
### Added
Expand Down
1 change: 1 addition & 0 deletions resources/js/i18n/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
"mass": {
"label": "Gewicht",
"units": {
"milligram": "Milligramm",
"gram": "Gramm",
"kilogram": "Kilogramm",
"ton": "Tonnen",
Expand Down
1 change: 1 addition & 0 deletions resources/js/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
"mass": {
"label": "Mass",
"units": {
"milligram": "Milligram",
"gram": "Gram",
"kilogram": "Kilogram",
"ton": "Tons",
Expand Down

0 comments on commit 4bf165e

Please sign in to comment.