diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php new file mode 100644 index 000000000..e810da873 --- /dev/null +++ b/languages/en.php @@ -0,0 +1,19 @@ +<?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 |