summaryrefslogtreecommitdiffstats
path: root/vendor/gipfl/translation/src/TranslatorInterface.php
blob: 8026953129b932150273e382bdca7f65dd07c822 (plain)
1
2
3
4
5
6
7
8
<?php

namespace gipfl\Translation;

interface TranslatorInterface
{
    public function translate($string);
}