add Django formatter
This commit is contained in:
parent
a9eea2378e
commit
4e7c0a9590
1 changed files with 2 additions and 1 deletions
|
@ -4,9 +4,10 @@ require 'twine/formatters/apple'
|
|||
require 'twine/formatters/flash'
|
||||
require 'twine/formatters/gettext'
|
||||
require 'twine/formatters/jquery'
|
||||
require 'twine/formatters/django'
|
||||
|
||||
module Twine
|
||||
module Formatters
|
||||
FORMATTERS = [Formatters::Apple, Formatters::Android, Formatters::Gettext, Formatters::JQuery, Formatters::Flash]
|
||||
FORMATTERS = [Formatters::Apple, Formatters::Android, Formatters::Gettext, Formatters::JQuery, Formatters::Flash, Formatters::Django]
|
||||
end
|
||||
end
|
||||
|
|
Reference in a new issue