Commit 89c8183e authored by Nick Stenning's avatar Nick Stenning

Remove Gettext

We don't use I18N or provide locale files, so this serves no purpose.
parent 4ebdeebd
This diff is collapsed.
...@@ -33,7 +33,6 @@ module.exports = function(config) { ...@@ -33,7 +33,6 @@ module.exports = function(config) {
'h/static/scripts/vendor/Markdown.Converter.js', 'h/static/scripts/vendor/Markdown.Converter.js',
'h/static/scripts/vendor/unorm.js', 'h/static/scripts/vendor/unorm.js',
'h/static/scripts/vendor/uuid.js', 'h/static/scripts/vendor/uuid.js',
'h/static/scripts/vendor/gettext.js',
'h/static/scripts/vendor/annotator.js', 'h/static/scripts/vendor/annotator.js',
'h/static/scripts/vendor/annotator.auth.js', 'h/static/scripts/vendor/annotator.auth.js',
'h/static/scripts/vendor/annotator.document.js', 'h/static/scripts/vendor/annotator.document.js',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment