Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit 8963b0a

Browse files
committed
Add German as a language option
1 parent 002c98a commit 8963b0a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/config/config.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,12 @@
136136
'locale' => 'fr_FR',
137137
'url' => '/fr',
138138
),
139+
array(
140+
'code' => 'de',
141+
'name' => 'Deutsch',
142+
'locale' => 'de_DE',
143+
'url' => '/de',
144+
),
139145
));
140146

141147

0 commit comments

Comments
 (0)