summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-28 18:19:24 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-29 19:02:57 +0100
commit47b854de26dea24e7838fd0804df103dee99635f (patch)
tree28ceab6a0a127bab9024bb7e6997f9db73bd13d6 /src/config
parent67ce6cc19cbfdf9692dc785d2fc88ecee4ed500c (diff)
chore(i18n): replace i18n provider and helpers
Diffstat (limited to 'src/config')
-rw-r--r--src/config/website.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/website.ts b/src/config/website.ts
index 1b0e2d3..a359d9a 100644
--- a/src/config/website.ts
+++ b/src/config/website.ts
@@ -10,6 +10,7 @@ export const config = {
locales: {
defaultLocale: 'fr',
defaultCountry: 'FR',
+ supported: ['en', 'fr'],
},
postsPerPage: 10,
twitterId: '@ArmandPhilippot',