]> git.r.bdr.sh - rbdr/prompt/commit
Add project
authorRuben Beltran del Rio <redacted>
Sun, 29 Aug 2021 19:49:37 +0000 (21:49 +0200)
committerRuben Beltran del Rio <redacted>
Sun, 29 Aug 2021 19:49:37 +0000 (21:49 +0200)
commit38431710cfb1cc1ffd7297085d069be1328f083b
treeb28fba3eb891d8e1f383d4faa358ee7f067be93b
Add project
33 files changed:
.eslintrc.cjs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
README.md [new file with mode: 0644]
bin/wordnet_to_json.js [new file with mode: 0755]
jsconfig.json [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/app.html [new file with mode: 0644]
src/config/i18n.js [new file with mode: 0644]
src/config/translations/en.json [new file with mode: 0644]
src/config/translations/es.json [new file with mode: 0644]
src/global.d.ts [new file with mode: 0644]
src/lib/components/language_selector.svelte [new file with mode: 0644]
src/lib/components/loader.svelte [new file with mode: 0644]
src/lib/components/new_prompt.svelte [new file with mode: 0644]
src/lib/components/prompt.svelte [new file with mode: 0644]
src/lib/stores/prompt.js [new file with mode: 0644]
src/routes/[locale]/[terms].svelte [new file with mode: 0644]
src/routes/[locale]/__layout.svelte [new file with mode: 0644]
src/routes/[locale]/index.svelte [new file with mode: 0644]
src/routes/__layout.svelte [new file with mode: 0644]
src/routes/index.svelte [new file with mode: 0644]
static/data/en/adjectives.json [new file with mode: 0644]
static/data/en/adverbs.json [new file with mode: 0644]
static/data/en/nouns.json [new file with mode: 0644]
static/data/en/verbs.json [new file with mode: 0644]
static/data/es/adjectives.json [new file with mode: 0644]
static/data/es/adverbs.json [new file with mode: 0644]
static/data/es/nouns.json [new file with mode: 0644]
static/data/es/verbs.json [new file with mode: 0644]
static/favicon.png [new file with mode: 0644]
static/global.css [new file with mode: 0644]
svelte.config.js [new file with mode: 0644]