Vulcan/packages/my-custom-package/lib/intl.js

7 lines
238 B
JavaScript

/*
Let's add an international label to the field added in custom_fields.js
*/
Telescope.strings.en = {
...Telescope.strings.en, // get all the string translated
"posts.color": "Color" // add a new one (collection.field: "Label")
};