mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-12 20:41:26 +01:00
12 lines
162 B
PHP
12 lines
162 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'fa' => 'دری',
|
|
'ps' => 'پشتو',
|
|
'uz' => 'اوزبیک',
|
|
],
|
|
'LocalizedNames' => [
|
|
],
|
|
];
|