Vulcan/packages/customization-demo/lib/i18n.js
2016-12-12 15:10:53 +09:00

9 lines
No EOL
221 B
JavaScript

/*
Let's add an international label to the field added in custom_fields.js
*/
import { addStrings } from 'meteor/nova:core';
addStrings('en', {
"posts.color": "Color" // add a new one (collection.field: "Label")
});