mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Comma missing after array
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php
|
||||
// German language translation
|
||||
// by: @olliiee (GitHub)
|
||||
// @trolliusgigant (Twitter)
|
||||
@@ -267,7 +267,7 @@ $text = array(
|
||||
"selected" => "Ausgewählte",
|
||||
"found in" => "Gefunden in",
|
||||
"Replaced" => "Ersetzen"
|
||||
)
|
||||
),
|
||||
|
||||
"plugins-manager" =>
|
||||
array(
|
||||
@@ -393,4 +393,4 @@ $text = array(
|
||||
)
|
||||
|
||||
);
|
||||
?>
|
||||
?>
|
||||
Reference in New Issue
Block a user