mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 05:01:10 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			156 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import { createI18n } from 'vue-i18n'
 | |
| 
 | |
| export default (messages) => {
 | |
|   return createI18n({
 | |
|     locale: 'en',
 | |
|     fallbackLocale: 'en',
 | |
|     messages
 | |
|   })
 | |
| }
 |