mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
chore: remove unused locale
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
8b744fdfed
commit
f09a318f51
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ const config = {
|
||||||
|
|
||||||
i18n: {
|
i18n: {
|
||||||
defaultLocale: "en",
|
defaultLocale: "en",
|
||||||
locales: ["en", "cs"],
|
locales: ["en"],
|
||||||
},
|
},
|
||||||
|
|
||||||
presets: [
|
presets: [
|
||||||
|
|
Loading…
Reference in a new issue