Skip to content

Commit

Permalink
Adapting Babel to new FAB version, regenerating translations (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 28, 2016
1 parent 4191b75 commit 6a34b72
Show file tree
Hide file tree
Showing 10 changed files with 2,841 additions and 2,188 deletions.
981 changes: 544 additions & 437 deletions babel/messages.pot

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion caravel/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import json
import math

from flask_babelpkg import lazy_gettext as _
from flask_babel import lazy_gettext as _
from wtforms import (
Form, SelectMultipleField, SelectField, TextField, TextAreaField,
BooleanField, IntegerField, HiddenField, DecimalField)
Expand Down
2 changes: 1 addition & 1 deletion caravel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from flask_appbuilder import Model
from flask_appbuilder.models.mixins import AuditMixin
from flask_appbuilder.models.decorators import renders
from flask_babelpkg import lazy_gettext as _
from flask_babel import lazy_gettext as _

from pydruid.client import PyDruid
from pydruid.utils.filters import Dimension, Filter
Expand Down
Loading

0 comments on commit 6a34b72

Please sign in to comment.