]>
author | Ruben Beltran del Rio <redacted> | |
Sun, 29 Aug 2021 19:49:37 +0000 (21:49 +0200) | ||
committer | Ruben Beltran del Rio <redacted> | |
Sun, 29 Aug 2021 19:49:37 +0000 (21:49 +0200) | ||
commit | 38431710cfb1cc1ffd7297085d069be1328f083b | |
tree | b28fba3eb891d8e1f383d4faa358ee7f067be93b | tree |
.eslintrc.cjs | [new file with mode: 0644] | blob |
.gitignore | [new file with mode: 0644] | blob |
README.md | [new file with mode: 0644] | blob |
bin/wordnet_to_json.js | [new file with mode: 0755] | blob |
jsconfig.json | [new file with mode: 0644] | blob |
package-lock.json | [new file with mode: 0644] | blob |
package.json | [new file with mode: 0644] | blob |
src/app.html | [new file with mode: 0644] | blob |
src/config/i18n.js | [new file with mode: 0644] | blob |
src/config/translations/en.json | [new file with mode: 0644] | blob |
src/config/translations/es.json | [new file with mode: 0644] | blob |
src/global.d.ts | [new file with mode: 0644] | blob |
src/lib/components/language_selector.svelte | [new file with mode: 0644] | blob |
src/lib/components/loader.svelte | [new file with mode: 0644] | blob |
src/lib/components/new_prompt.svelte | [new file with mode: 0644] | blob |
src/lib/components/prompt.svelte | [new file with mode: 0644] | blob |
src/lib/stores/prompt.js | [new file with mode: 0644] | blob |
src/routes/[locale]/[terms].svelte | [new file with mode: 0644] | blob |
src/routes/[locale]/__layout.svelte | [new file with mode: 0644] | blob |
src/routes/[locale]/index.svelte | [new file with mode: 0644] | blob |
src/routes/__layout.svelte | [new file with mode: 0644] | blob |
src/routes/index.svelte | [new file with mode: 0644] | blob |
static/data/en/adjectives.json | [new file with mode: 0644] | blob |
static/data/en/adverbs.json | [new file with mode: 0644] | blob |
static/data/en/nouns.json | [new file with mode: 0644] | blob |
static/data/en/verbs.json | [new file with mode: 0644] | blob |
static/data/es/adjectives.json | [new file with mode: 0644] | blob |
static/data/es/adverbs.json | [new file with mode: 0644] | blob |
static/data/es/nouns.json | [new file with mode: 0644] | blob |
static/data/es/verbs.json | [new file with mode: 0644] | blob |
static/favicon.png | [new file with mode: 0644] | blob |
static/global.css | [new file with mode: 0644] | blob |
svelte.config.js | [new file with mode: 0644] | blob |