mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
3e0d38aa4c
Closes #964 Signed-off-by: Graham Campbell <graham@alt-three.com>
29 lines
675 B
PHP
Executable File
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' => '繁體中文',
|
|
];
|