add nova
This commit is contained in:
12
nova/resources/js/mixins/Localization.js
Normal file
12
nova/resources/js/mixins/Localization.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import __ from '../util/localization'
|
||||
|
||||
export default {
|
||||
methods: {
|
||||
/**
|
||||
* Translate the given key.
|
||||
*/
|
||||
__(key, replace) {
|
||||
return __(key, replace)
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user