mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
11 lines
209 B
PHP
11 lines
209 B
PHP
<?php
|
|
|
|
return array(
|
|
'timeago_locale' => 'ru',
|
|
'timeago_nan' => 'NaN год',
|
|
'moment_locale' => 'ru',
|
|
'datatables_localization' => '{}',
|
|
'summernote_locale' => 'ru-RU',
|
|
'fullcalendar_locale' => 'ru'
|
|
);
|