diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-04-20 01:19:37 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-04-20 01:19:37 +0200 |
| commit | 9a4850fa9bed2aa478b69f619aa8132209da2c5c (patch) | |
| tree | 02f8cadda9452fbdf8f42f85c57be6ae46a2a73a /frontend/site/projects/museum/constants.js | |
| parent | 008f7f1cfe34a49259a35dad199566b664ce2e99 (diff) | |
home link
Diffstat (limited to 'frontend/site/projects/museum/constants.js')
| -rw-r--r-- | frontend/site/projects/museum/constants.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/frontend/site/projects/museum/constants.js b/frontend/site/projects/museum/constants.js index 4797864..e8d1524 100644 --- a/frontend/site/projects/museum/constants.js +++ b/frontend/site/projects/museum/constants.js @@ -390,4 +390,9 @@ export const HEADPHONES = { en: "(HTRF spatialization)", de: "(HTRF Verräumlichung)" } -}
\ No newline at end of file +} + +export const BACK_TO_KW = { + en: "back to KW", + de: "zu KW", +} |
