0
0
mirror of https://github.com/Pumpkin-MC/Pumpkin-Website.git synced 2025-04-03 00:47:03 +00:00
Files
Pumpkin-Website/.typos.toml
Khalaor 6d855c9c68 Add multi-lingual (translation) support (#17)
* Change VitePress config to add locales

* Move English documentation into new Directory

* Started Dutch translations

* Add Translation instructions

* Set cleanUrls (Removes .html in URLs)

* Ignore typo's for files containing translations

* Add Dutch translations

* Simplify config structure

* Fix main page redirects for Dutch translation

* Updated small indent issue

---------

Co-authored-by: khalaor-gh <khalaor4@gmail.com>
2025-03-04 19:04:30 +01:00

6 lines
73 B
TOML

[files]
extend-exclude = [
"docs/nl/",
"docs/.vitepress/nl.ts"
]