richard
/
cyca
Archived
1
0
Fork 0
This repository has been archived on 2024-02-08. You can view files and clone it, but cannot push or open issues/pull-requests.
cyca/config/lang.php

11 lines
193 B
PHP
Executable File

<?php
/**
* This array contains available translations for Cyca.
* Key is the language code, value is the translated lang name
*/
return [
'en' => 'English',
'fr' => 'Français'
];