Cachet/config/langs.php

28 lines
653 B
PHP
Raw Normal View History

<?php
/*
* This file is part of Cachet.
*
2015-05-25 17:59:08 +01:00
* (c) Cachet HQ <support@cachethq.io>
*
* 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',
2015-06-17 01:35:19 +09:00
'ko' => '한글',
'nl' => 'Nederlands',
'pt-BR' => 'Portuguese, Brazilian',
2015-06-22 18:02:56 +03:00
'ru' => 'Русский',
'zh-CN' => '简体中文',
'zh-TW' => '繁體中文',
];