diff --git a/documentation/.vitepress/config.mts b/documentation/.vitepress/config.mts index 092b407..5e315f8 100644 --- a/documentation/.vitepress/config.mts +++ b/documentation/.vitepress/config.mts @@ -41,8 +41,7 @@ export default defineConfig({ footer: { message: "AdventureLog", - copyright: - 'Copyright © 2023-2024 Sean Morley', + copyright: "Copyright © 2023-2024 Sean Morley", }, logo: "/adventurelog.png", diff --git a/documentation/docs/intro/adventurelog_overview.md b/documentation/docs/intro/adventurelog_overview.md index 7b7b7a0..310237f 100644 --- a/documentation/docs/intro/adventurelog_overview.md +++ b/documentation/docs/intro/adventurelog_overview.md @@ -27,4 +27,4 @@ AdventureLog is open-source software, licensed under the GPL-3.0 license. This m ## About the Maintainer -AdventureLog is created and maintined by [Sean Morley](https://seanmorley.com), a Computer Science student at the University of Connecticut. Sean is passionate about open-source software and building modern tools that help people solve real-world problems. +AdventureLog is created and maintained by [Sean Morley](https://seanmorley.com), a Computer Science student at the University of Connecticut. Sean is passionate about open-source software and building modern tools that help people solve real-world problems. diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 90bfe74..3010bca 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -13,8 +13,9 @@ register('zh', () => import('../locales/zh.json')); register('nl', () => import('../locales/nl.json')); register('sv', () => import('../locales/sv.json')); + register('pl', () => import('../locales/pl.json')); - let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv']; + let locales = ['en', 'es', 'fr', 'de', 'it', 'zh', 'nl', 'sv', 'pl']; if (browser) { init({