1
0
mirror of https://github.com/typemill/typemill.git synced 2025-07-30 19:00:32 +02:00

Version 1.3.6

This commit is contained in:
trendschau
2020-04-30 11:57:56 +02:00
parent e03102710a
commit 1d85bff505
2 changed files with 202 additions and 2 deletions

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',
);
}
}
}