summaryrefslogtreecommitdiff
path: root/frontend/site/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2021-04-19 23:32:54 +0200
committerJules Laplace <julescarbon@gmail.com>2021-04-19 23:32:54 +0200
commit7bdbeab4b2e354a6eaf2f319e56cdd92805dc1a0 (patch)
tree9263940b4f7db847dcca88a49b6d9be0c224a573 /frontend/site/types.js
parent9aa828997d56f7895b2b26603719593386f4eb93 (diff)
adding a flash, adding a bunch of german..
Diffstat (limited to 'frontend/site/types.js')
-rw-r--r--frontend/site/types.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/site/types.js b/frontend/site/types.js
index ab61089..9b020b9 100644
--- a/frontend/site/types.js
+++ b/frontend/site/types.js
@@ -3,7 +3,7 @@ import { with_type } from 'app/api/crud.types'
export const site = with_type('site', [
'set_site_title', 'loading', 'loaded', 'error',
'load_site', 'interact', 'set_popups',
- 'mute_audio', 'unmute_audio',
+ 'mute_audio', 'unmute_audio', 'change_language',
])
export const init = '@@INIT'