Merge pull request #265 from nclm/french-translation
Forgot to add one `fr` to make the French locale (hopefully) work
This commit is contained in:
		
						commit
						c0a223b480
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		|  | @ -1,11 +1,13 @@ | |||
| import en from './en'; | ||||
| import de from './de'; | ||||
| import es from './es'; | ||||
| import fr from './fr'; | ||||
| 
 | ||||
| const locales = { | ||||
|   en, | ||||
|   de, | ||||
|   es | ||||
|   es, | ||||
|   fr | ||||
| }; | ||||
| 
 | ||||
| export default function getMessagesForLocale (locale) { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue