mirror of
https://github.com/typemill/typemill.git
synced 2025-08-05 05:37:45 +02:00
Merge branch 'oliviercrouzet-french_translation'
This commit is contained in:
@@ -751,12 +751,13 @@ class SettingsController extends Controller
|
||||
|
||||
private function getLanguages()
|
||||
{
|
||||
return array(
|
||||
'en' => 'English',
|
||||
'ru' => 'Russian',
|
||||
'nl' => 'Dutch, Flemish',
|
||||
'de' => 'German',
|
||||
'it' => 'Italian',
|
||||
);
|
||||
}
|
||||
}
|
||||
return array(
|
||||
'en' => 'English',
|
||||
'ru' => 'Russian',
|
||||
'nl' => 'Dutch, Flemish',
|
||||
'de' => 'German',
|
||||
'it' => 'Italian',
|
||||
'fr' => 'French',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user