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