diff options
-rw-r--r-- | languages/en.php | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/languages/en.php b/languages/en.php deleted file mode 100644 index e810da873..000000000 --- a/languages/en.php +++ /dev/null @@ -1,19 +0,0 @@ -<?php -$english = array( - 'placeholder:date' => '', - 'placeholder:color' => '', - 'placeholder:datetime-local' => '', - 'placeholder:datetime' => '', - 'placeholder:email' => '', - 'placeholder:month' => '', - 'placeholder:number' => '', - 'placeholder:password' => '', - 'placeholder:search' => '', - 'placeholder:tags' => '', - 'placeholder:tel' => '', - 'placeholder:time' => '', - 'placeholder:url' => '', - 'placeholder:week' => '', -); - -add_translation('en', $english);
\ No newline at end of file |