Skip to content

Commit 1a78019

Browse files
committed
📝(documentation) adds customization for translations
Part of customization PoC Signed-off-by: Robin Weber <[email protected]>
1 parent 4620313 commit 1a78019

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to
1010

1111
## Added
1212

13+
- ✨(frontend) add customization for translations #857
1314
- ✨(back) allow theme customnization using a configuration file #948
1415
- ✨ Add a custom callout block to the editor #892
1516
- 🚩(frontend) version MIT only #911
@@ -20,10 +21,11 @@ and this project adheres to
2021
- 📝(frontend) Update documentation
2122
- ✅(frontend) Improve tests coverage
2223

23-
### Removed
24+
## Removed
2425

2526
- 🔥(back) remove footer endpoint
2627

28+
2729
## [3.2.1] - 2025-05-06
2830

2931
## Fixed

src/helm/env.d/dev/configuration/theme/demo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
{
2+
"translations": {
3+
"en": {
4+
"translation": {
5+
"Docs": "MyDocs",
6+
"New doc": "+"
7+
}
8+
}
9+
},
210
"footer": {
311
"default": {
412
"externalLinks": [

0 commit comments

Comments
 (0)