File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
src/helm/env.d/dev/configuration/theme Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11{
2+ "translations" : {
3+ "en" : {
4+ "translation" : {
5+ "Docs" : " MyDocs" ,
6+ "New doc" : " +"
7+ }
8+ }
9+ },
210 "footer" : {
311 "default" : {
412 "externalLinks" : [
You can’t perform that action at this time.
0 commit comments