Cachet/config/langs.php
2015-07-06 17:37:01 +01:00

28 lines
648 B
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
// Enabled langs
'en-UD' => 'CrowdIn - InContext Localization',
'de' => 'Deutsch',
'en' => 'English',
'pl' => 'Polski',
'es' => 'Español',
'fr' => 'Français',
'id' => 'Indonesian',
'ko' => '한글',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
'ru' => 'Русский',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
];