Skip to content

Commit 0be15f4

Browse files
author
George Barnick
committed
Adding German (Deutsch) internationalisation
1 parent 69eb1c5 commit 0be15f4

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Snippet.i18n.php

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
$messages = array();
44

5+
/** English (English)
6+
* @author UltrasonicNXT
7+
*/
58
$messages['en'] = array(
6-
'snippet-desc' => "An API extension returning a snippet of a page from a search"
7-
);
9+
'snippet-desc' => 'An API extension returning a snippet of a page from a search'
10+
);
11+
12+
/** German (Deutsch)
13+
* @author ToaMeiko
14+
*/
15+
$messages['de'] = array(
16+
'snippet-desc' => 'Eine API-Erweiterung Rückkehr einen Ausschnitt einer Seite aus einem Such'
17+
);

0 commit comments

Comments
 (0)