Skip to content

Commit c6adc3e

Browse files
authored
docs: use local default language for translatable texts (#684)
1 parent 5727165 commit c6adc3e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.storybook/manager-head.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
<script data-ui5-config type="application/json">
2626
{
27-
"theme": "sap_fiori_3",
28-
"language": "EN"
27+
"theme": "sap_fiori_3"
2928
}
3029
</script>
3130

.storybook/preview-head.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
</style>
1919
<script data-ui5-config type="application/json">
2020
{
21-
"theme": "sap_fiori_3",
22-
"language": "EN"
21+
"theme": "sap_fiori_3"
2322
}
2423
</script>
2524

0 commit comments

Comments
 (0)