Skip to content

Commit 9ca1c2a

Browse files
authored
Use correct identifier
1 parent edaa566 commit 9ca1c2a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@
9393
'de' => require __DIR__ . '/translations/de.php',
9494
'en' => require __DIR__ . '/translations/en.php',
9595
'fr' => require __DIR__ . '/translations/fr.php',
96-
'sv' => require __DIR__ . '/translations/sv.php',
96+
'sv_SE' => require __DIR__ . '/translations/sv_SE.php',
9797
],
9898
]);
File renamed without changes.

0 commit comments

Comments
 (0)