mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			Handlebars
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			337 B
		
	
	
	
		
			Handlebars
		
	
	
		
			Executable File
		
	
	
	
	
| /*
 | |
|  * {{ properCase name }} Messages
 | |
|  *
 | |
|  * This contains all the text for the {{ properCase name }} component.
 | |
|  */
 | |
| import { defineMessages } from 'react-intl';
 | |
| 
 | |
| export default defineMessages({
 | |
|   header: {
 | |
|     id: 'app.components.{{ properCase name }}.header',
 | |
|     defaultMessage: 'This is the {{ properCase name}} component !',
 | |
|   },
 | |
| });
 | 
