FEATURE: Rename discourse-cronos to discourse-local-dates

This commit is contained in:
Sam
2018-05-04 16:11:33 +10:00
parent ee426623e4
commit c81854ad14
99 changed files with 104 additions and 574 deletions

View File

@ -0,0 +1,13 @@
# name: discourse-local-dates
# about: Display a date in your local timezone
# version: 0.1
# author: Joffrey Jaffeux
register_asset "javascripts/discourse-local-dates.js"
register_asset "stylesheets/discourse-local-dates.scss"
register_asset "moment.js", :vendored_core_pretty_text
register_asset "moment-timezone.js", :vendored_core_pretty_text
enabled_site_setting :discourse_local_dates_enabled
load File.expand_path('../lib/discourse_local_dates/engine.rb', __FILE__)