]> git.r.bdr.sh - rbdr/forum/commit - src/config/translations/es.json
Update to SvelteKit
authorRuben Beltran del Rio <redacted>
Tue, 9 Mar 2021 21:43:12 +0000 (22:43 +0100)
committerRuben Beltran del Rio <redacted>
Tue, 9 Mar 2021 21:43:12 +0000 (22:43 +0100)
commitbd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6
treee5f0dcbc14d3009c17e5f562404fe19f6aceab73
parent862a5f9cdbbda522c608ea63c1e296e81f44de10
Update to SvelteKit
44 files changed:
.gitignore
app/application.js [deleted file]
app/components/header/header.svelte [deleted file]
app/components/home/home.svelte [deleted file]
app/components/invalid_route/invalid_route.svelte [deleted file]
app/config/translations/en.json [deleted file]
app/config/translations/es.json [deleted file]
app/css/global.css [deleted file]
app/manifest.json [deleted file]
package-lock.json
package.json
src/app.html [moved from app/index.html with 75% similarity]
src/components/author/author.svelte [moved from app/components/author/author.svelte with 100% similarity]
src/components/error_block/error_block.svelte [moved from app/components/error_block/error_block.svelte with 100% similarity]
src/components/footer/footer.svelte [moved from app/components/footer/footer.svelte with 78% similarity]
src/components/forum_list/forum_list.svelte [moved from app/components/forum_list/forum_list.svelte with 95% similarity]
src/components/glyph/glyph.svelte [moved from app/components/glyph/glyph.svelte with 85% similarity]
src/components/header/header.svelte [new file with mode: 0644]
src/components/home/home.svelte [new file with mode: 0644]
src/components/invalid_route/invalid_route.svelte [new file with mode: 0644]
src/components/language_selector/language_selector.svelte [moved from app/components/language_selector/language_selector.svelte with 100% similarity]
src/components/post/post.svelte [moved from app/components/post/post.svelte with 54% similarity]
src/components/topic/topic.svelte [moved from app/components/topic/topic.svelte with 50% similarity]
src/components/topic_index/topic_index.svelte [moved from app/components/topic_index/topic_index.svelte with 100% similarity]
src/config/config.js [moved from app/config/config.js with 51% similarity]
src/config/env.dist [moved from app/config/env.dist with 100% similarity]
src/config/i18n.js [moved from app/config/i18n.js with 100% similarity]
src/config/translations/en.json [new file with mode: 0644]
src/config/translations/es.json [new file with mode: 0644]
src/forum.svelte [moved from app/forum.svelte with 100% similarity]
src/routes/$error.svelte [new file with mode: 0644]
src/routes/$layout.svelte [new file with mode: 0644]
src/routes/a/[id].svelte [new file with mode: 0644]
src/routes/f/[id].svelte [new file with mode: 0644]
src/routes/g/[id].svelte [new file with mode: 0644]
src/routes/index.svelte [new file with mode: 0644]
src/routes/p/[id].svelte [new file with mode: 0644]
src/routes/t/[id].svelte [new file with mode: 0644]
src/socket_coordinator.js [moved from app/socket_coordinator.js with 100% similarity]
src/stores/forums.js [moved from app/stores/forums.js with 76% similarity]
src/utils/glyph_hash.js [moved from app/utils/glyph_hash.js with 100% similarity]
static/manifest.webmanifest [moved from app/manifest.webmanifest with 100% similarity]
svelte.config.cjs [new file with mode: 0644]
vite.config.js [new file with mode: 0644]