Disable i18n validation message

pull/425/head
Rodrigo Nascimento 11 years ago
parent 028ba71820
commit 229ecb160d
  1. 1
      server/startup/i18n-validation.coffee

@ -9,6 +9,7 @@ flat = (obj, newObj = {}, path = '') ->
Meteor.startup ->
return
l = {}
keys = {}
errors = []

Loading…
Cancel
Save