mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Update CSS and JS libs.
This commit is contained in:
@@ -44,3 +44,14 @@ var todayText = ' {{ trans('firefly.today')|escape('js') }}';
|
||||
// some formatting stuff:
|
||||
var month_and_day_js = "{{ trans('config.month_and_day_js') }}";
|
||||
var acc_config_new = {format: accountingConfig};
|
||||
|
||||
// strings and translations used often:
|
||||
var helpPageTitle = "{{ trans('firefly.help_for_this_page')|escape('js') }}";
|
||||
var noHelpForPage = "{{ trans('firefly.no_help_could_be_found')|escape('js') }}";
|
||||
var noHelpForPageTitle = "{{ trans('firefly.no_help_title')|escape('js') }}";
|
||||
|
||||
// for demo:
|
||||
var nextLabel = "{{ trans('firefly.intro_next_label')|escape('js') }}";
|
||||
var prevLabel = "{{ trans('firefly.intro_prev_label')|escape('js') }}";
|
||||
var skipLabel = "{{ trans('firefly.intro_skip_label')|escape('js') }}";
|
||||
var doneLabel = "{{ trans('firefly.intro_done_label')|escape('js') }}";
|
Reference in New Issue
Block a user