feat: init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import en from '../../public/locales/en.json';
|
||||
|
||||
export default {
|
||||
t: term => en[term] || term,
|
||||
}
|
||||
|
||||
export function decorator(story) {
|
||||
return story();
|
||||
}
|
||||
Reference in New Issue
Block a user