e0615fa867
📁 Changed TDrive root folder
10 lines
154 B
JavaScript
10 lines
154 B
JavaScript
import en from '../../public/locales/en.json';
|
|
|
|
export default {
|
|
t: term => en[term] || term,
|
|
}
|
|
|
|
export function decorator(story) {
|
|
return story();
|
|
}
|