1
0
mirror of https://github.com/typemill/typemill.git synced 2025-03-14 17:19:39 +01:00

Version 1.3.6

This commit is contained in:
trendschau 2020-04-30 11:50:05 +02:00
parent e03102710a
commit c46f2eedc5

View File

@ -751,10 +751,11 @@ class SettingsController extends Controller
private function getLanguages()
{
return array(
'nl' => 'Dutch, Flemish',
'en' => 'English',
'ru' => 'Russian',
'nl' => 'Dutch, Flemish',
'de' => 'German',
'it' => 'Italian',
);
}
}
}