mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-14 05:21:27 +01:00
13 lines
206 B
PHP
13 lines
206 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'frp' => 'franco-provençal',
|
|
'goh' => 'ancien haut-allemand',
|
|
'gu' => 'gujarati',
|
|
'njo' => 'ao',
|
|
],
|
|
'LocalizedNames' => [
|
|
],
|
|
];
|