Update Methods.md

This commit is contained in:
Christian Kaisermann 2020-02-03 22:55:37 -03:00 committed by GitHub
parent 08eb1554f3
commit 75227ba11b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ init({
> `import { getLocaleFromHash } from 'svelte-i18n' > `import { getLocaleFromHash } from 'svelte-i18n'
`getLocaleFromHash(): string` `getLocaleFromHash(hashKey: string): string`
Utility method to help getting a initial locale based on a hash `{key}={value}` string. Utility method to help getting a initial locale based on a hash `{key}={value}` string.