about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/theme.yml
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/flavours/glitch/theme.yml')
-rw-r--r--app/javascript/flavours/glitch/theme.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/app/javascript/flavours/glitch/theme.yml b/app/javascript/flavours/glitch/theme.yml
index e85dd74e1..2a2cf30b5 100644
--- a/app/javascript/flavours/glitch/theme.yml
+++ b/app/javascript/flavours/glitch/theme.yml
@@ -12,10 +12,10 @@ pack:
   home:
     filename: packs/home.js
     preload:
-    - flavours/glitch/async/compose
-    - flavours/glitch/async/getting_started
-    - flavours/glitch/async/home_timeline
-    - flavours/glitch/async/notifications
+      - flavours/glitch/async/compose
+      - flavours/glitch/async/getting_started
+      - flavours/glitch/async/home_timeline
+      - flavours/glitch/async/notifications
   mailer:
   modal:
   public: packs/public.js
@@ -24,10 +24,13 @@ pack:
 
 #  (OPTIONAL) The directory which contains localization files for
 #  the flavour, relative to this directory. The contents of this
-#  directory must be `.js` or `.json` files whose names correspond to
+#  directory must be `.json` files whose names correspond to
 #  language tags and whose default exports are a messages object.
 locales: locales
 
+#  (OPTIONAL) Which flavour to inherit locales from
+inherit_locales: vanilla
+
 #  (OPTIONAL) A file to use as the preview screenshot for the flavour,
 #  or an array thereof. These are the full path from `app/javascript/`.
 screenshot: flavours/glitch/images/glitch-preview.jpg