diff --git a/src/constants.js b/src/constants.js index 409694e..36c7863 100644 --- a/src/constants.js +++ b/src/constants.js @@ -14,6 +14,7 @@ exports.DEFAULT_FILTERS = [ exports.DEFAULT_VUE_GETTEXT_FUNCTIONS = { '_': ['msgid'], '$t': ['msgid'], + '$tc': ['msgid'], '$gettext': ['msgid'], '$ngettext': ['msgid', 'plural', null], '$pgettext': ['msgctxt', 'msgid'],