Skip to content

Commit b2a9681

Browse files
authored
Merge pull request #20 from raphaelsaunier/patch/fix-en-translations-json
2 parents 311dcf5 + 7c74656 commit b2a9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/languages/en.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
'LC_ALL' => 'en_US'
1111
],
1212
'name' => 'English',
13-
'translations' => Json::read(__DIR__ . '/../translations/de.json'),
13+
'translations' => Json::read(__DIR__ . '/../translations/en.json'),
1414
'url' => '/en'
1515
];

0 commit comments

Comments
 (0)