index
:
forum
main
master
A forum system for the year 3000. This repository contains the frontend code. #web
git daemon user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
components
/
loader
/
loader.svelte
blob: 8d5373620c270e5c152e0e1182556132d751e2da (
plain
)
1
2
3
4
5
<script> import { _ } from 'svelte-i18n'; </script> <p>{$_('loader.message')}</p>