Cachet/config/langs.php
Davide Bellini 3e0d38aa4c Italian translation
Closes #964

Signed-off-by: Graham Campbell <graham@alt-three.com>
2015-10-01 20:23:19 +01:00

29 lines
675 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',
'it' => 'Italiano',
'ko' => '한글',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
'ru' => 'Русский',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
];