Skip to content

Commit 423b43d

Browse files
config: fix language code for english and french
1 parent bb6b3fe commit 423b43d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defaultContentLanguageInSubdir= true
1111

1212
[languages.en]
1313
languageName = "English"
14+
languageCode = "en-us"
1415
copyright = "Exodus Privacy - French non-profit"
1516
[languages.en.params]
1617
github = "Source Code"
@@ -37,6 +38,7 @@ weight = 5
3738

3839
[languages.fr]
3940
languageName = "Français"
41+
languageCode = "fr-fr"
4042
copyright = "Exodus Privacy - Association française à but non-lucratif"
4143
[languages.fr.params]
4244
github = "Code Source"

0 commit comments

Comments
 (0)