mirror of
https://github.com/cupcakearmy/svelte-i18n.git
synced 2024-11-16 09:59:58 +01:00
Update example files
This commit is contained in:
parent
fb0b6fc9be
commit
a28cb4270d
2189
example/package-lock.json
generated
Normal file
2189
example/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"scripts": {
|
||||
"dev": "sapper dev",
|
||||
"build": "sapper build --legacy",
|
||||
"export": "sapper export --legacy",
|
||||
"export": "export NODE_ENV=development; sapper export --legacy",
|
||||
"start": "node __sapper__/build"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -1,5 +1,5 @@
|
||||
<script>
|
||||
import { _, locale, dictionary, locales } from 'svelte-i18n'
|
||||
import { _, locale, locales } from 'svelte-i18n'
|
||||
export let segment
|
||||
</script>
|
||||
|
||||
|
1773
example/yarn.lock
1773
example/yarn.lock
File diff suppressed because it is too large
Load Diff
1098
package-lock.json
generated
1098
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user