Skip to content
This repository was archived by the owner on Jun 28, 2021. It is now read-only.

Commit bfb0d75

Browse files
mehmetkalaycithabti
authored andcommitted
Locale name changed as Français (#758)
1 parent b5bb621 commit bfb0d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const config = {
1919
sentryServer: process.env.SENTRY_KEY_SERVER,
2020
facebookAppId: process.env.FACEBOOK_APP_ID,
2121
// Supported locales
22-
locales: { en: 'English', ar: 'العربية', ur: 'اردو', id: 'Bahasa Indonesia', tr: 'Türkçe', fr: 'Langue du Site' },
22+
locales: { en: 'English', ar: 'العربية', ur: 'اردو', id: 'Bahasa Indonesia', tr: 'Türkçe', fr: 'Français' },
2323
defaultLocale: 'en',
2424
app: {
2525
head: {

0 commit comments

Comments
 (0)