2015-01-14 15:49:38 -06:00
|
|
|
<?php
|
|
|
|
|
2015-04-19 08:52:39 +01:00
|
|
|
/*
|
|
|
|
* This file is part of Cachet.
|
|
|
|
*
|
2015-05-25 17:59:08 +01:00
|
|
|
* (c) Cachet HQ <support@cachethq.io>
|
2015-04-19 08:52:39 +01:00
|
|
|
*
|
|
|
|
* For the full copyright and license information, please view the LICENSE
|
|
|
|
* file that was distributed with this source code.
|
|
|
|
*/
|
|
|
|
|
2015-01-14 15:49:38 -06:00
|
|
|
return [
|
|
|
|
// Enabled langs
|
2015-06-16 09:07:49 +01:00
|
|
|
'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' => '한글',
|
2015-06-16 09:07:49 +01:00
|
|
|
'nl' => 'Nederlands',
|
|
|
|
'pt-BR' => 'Portuguese, Brazilian',
|
2015-06-22 18:02:56 +03:00
|
|
|
'ru' => 'Русский',
|
2015-06-16 09:07:49 +01:00
|
|
|
'zh-CN' => '简体中文',
|
|
|
|
'zh-TW' => '繁體中文',
|
2015-01-14 15:49:38 -06:00
|
|
|
];
|