Use table_of_contents string instead of toc

This commit is contained in:
daudix
2024-12-01 17:17:34 +03:00
parent 60e8168876
commit 0d479ef409
7 changed files with 11 additions and 8 deletions

View File

@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.1.0...main)
## [Unreleased](https://codeberg.org/daudix/duckquill/compare/v6.1.1...main)
## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1)
# Fixed
- Fix translation of table of contents heading.
## [v6.1.0](https://codeberg.org/daudix/duckquill/compare/v6.0.0...v6.1.0)