mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
9 lines
No EOL
210 B
JavaScript
9 lines
No EOL
210 B
JavaScript
import { addStrings } from 'meteor/vulcan:core';
|
|
|
|
addStrings('en', {
|
|
'users.name': 'Name',
|
|
'users.created': 'Created',
|
|
'users.groups': 'Groups',
|
|
'users.actions': 'Actions',
|
|
'users.email': 'Email',
|
|
}); |