aboutsummaryrefslogtreecommitdiff
path: root/languages/en.php
blob: e810da873c74e55bb245f128b685af9bf60950d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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);