Skip to content
jvortmann edited this page Jan 4, 2013 · 4 revisions

To add a locale, you need to add two files:

  1. config/locales/[your locale].yml
  2. vendor/assets/javascripts/monologue/bootstrap-datepicker-[your locale].js
  3. add //= require monologue/bootstrap/bootstrap-datepicker-[your locale] in app/assets/javascripts/monologue/admin/application.js

See this pull request for an example: https://github.com/jipiboily/monologue/pull/122

Clone this wiki locally