summaryrefslogtreecommitdiff
path: root/includes/locale.inc
blob: 6fd51a5a6364dcabbd3b9e24daeaa71e9fa28d62 (plain)
1
2
3
4
5
6
7
<?

function t($string) {
  return $string;
}

?>