mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
This will serve as a permanent backup of the current translations before migrating them to PO/gettext
11 lines
213 B
PHP
11 lines
213 B
PHP
<?php
|
|
|
|
return array(
|
|
'timeago_locale' => 'nl',
|
|
'timeago_nan' => 'NaN jaar geleden',
|
|
'moment_locale' => 'nl',
|
|
'datatables_localization' => '',
|
|
'summernote_locale' => 'nl-NL',
|
|
'fullcalendar_locale' => 'nl'
|
|
);
|