1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-22 22:39:36 +02:00

Update documentation and add Polish locale support

This commit is contained in:
Sean Morley 2024-11-27 18:06:16 -05:00
parent 0878008a05
commit 7defdac3a8
3 changed files with 4 additions and 4 deletions

View file

@ -41,8 +41,7 @@ export default defineConfig({
footer: { footer: {
message: "AdventureLog", message: "AdventureLog",
copyright: copyright: "Copyright © 2023-2024 Sean Morley",
'Copyright © 2023-2024 <a target="_blank" href="https:/seanmorley.com">Sean Morley</a>',
}, },
logo: "/adventurelog.png", logo: "/adventurelog.png",

View file

@ -27,4 +27,4 @@ AdventureLog is open-source software, licensed under the GPL-3.0 license. This m
## About the Maintainer ## 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.

View file

@ -13,8 +13,9 @@
register('zh', () => import('../locales/zh.json')); register('zh', () => import('../locales/zh.json'));
register('nl', () => import('../locales/nl.json')); register('nl', () => import('../locales/nl.json'));
register('sv', () => import('../locales/sv.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) { if (browser) {
init({ init({