We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69eb1c5 commit 0be15f4Copy full SHA for 0be15f4
Snippet.i18n.php
@@ -2,6 +2,16 @@
2
3
$messages = array();
4
5
+/** English (English)
6
+ * @author UltrasonicNXT
7
+ */
8
$messages['en'] = array(
- 'snippet-desc' => "An API extension returning a snippet of a page from a search"
-);
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