Neos\Flow\Tests\Functional\I18n\TranslatorTest::idAndLocaleForTranslation PHP Method

idAndLocaleForTranslation() public method

public idAndLocaleForTranslation ( ) : array
return array
    public function idAndLocaleForTranslation()
    {
        return [['authentication.username', new I18n\Locale('en'), 'Username'], ['authentication.username', new I18n\Locale('de_CH'), 'Benutzername'], ['update', new I18n\Locale('en'), 'Update'], ['update', new I18n\Locale('de'), 'Aktualisieren']];
    }