Files
online.tbbank.gov.tm-larave…/nova/resources/js/mixins/Localization.js
2024-09-01 18:54:23 +05:00

13 lines
184 B
JavaScript

import __ from '../util/localization'
export default {
methods: {
/**
* Translate the given key.
*/
__(key, replace) {
return __(key, replace)
},
},
}