Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 1124455

Browse files
author
Jonas Schulte
committed
(#2) Specification: Changed default locales for messages
1 parent 864fd77 commit 1124455

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Last Changes
44

5+
- [#2](https://github.com/LaxarJS/ax-media-widget/2): Specification: Changed default locales for messages
56
- [#1](https://github.com/LaxarJS/ax-media-widget/1): Documentation: Fixed unterminated code-block
67

78

widget.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
],
7171
"description": "Text to display on the fallback-link.",
7272
"default": {
73-
"en_US": "Please click here to display the document!",
74-
"de_DE": "Bitte klicken, um das Dokument anzuzeigen!"
73+
"en": "Please click here to display the document!",
74+
"de": "Bitte klicken, um das Dokument anzuzeigen!"
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)