mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	add missing }
This commit is contained in:
		| @@ -35,9 +35,10 @@ const state = { | |||||||
|       name: "German", |       name: "German", | ||||||
|       value: "de", |       value: "de", | ||||||
|     }, |     }, | ||||||
| 	{ |     { | ||||||
| 	  name: "Português", |       name: "Português", | ||||||
| 	  value: "pt-PT" |       value: "pt-PT", | ||||||
|  |     }, | ||||||
|   ], |   ], | ||||||
| }; | }; | ||||||
|  |  | ||||||
| @@ -56,8 +57,8 @@ const actions = { | |||||||
| }; | }; | ||||||
|  |  | ||||||
| const getters = { | const getters = { | ||||||
|   getActiveLang: (state) => state.lang, |   getActiveLang: state => state.lang, | ||||||
|   getAllLangs: (state) => state.allLangs, |   getAllLangs: state => state.allLangs, | ||||||
| }; | }; | ||||||
|  |  | ||||||
| export default { | export default { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user