[chore] remove vanilla flavours and skins (#94)
These files aren’t used as far as I can tell. Reviewed-on: https://codeberg.org/superseriousbusiness/masto-fe-standalone/pulls/94 Co-authored-by: Zoë Bijl <code@moiety.me> Co-committed-by: Zoë Bijl <code@moiety.me>
This commit is contained in:
@@ -1,41 +0,0 @@
|
||||
en:
|
||||
flavours:
|
||||
vanilla:
|
||||
description: The theme used by vanilla Mastodon instances. This theme might not support all of the features of GlitchSoc.
|
||||
name: Vanilla Mastodon
|
||||
skins:
|
||||
vanilla:
|
||||
default: Default
|
||||
cs:
|
||||
flavours:
|
||||
vanilla:
|
||||
description: Standardní rozhraní Mastodonu. Některé funkce GlitchSoc v něm nejsou podporované.
|
||||
name: Standardní Mastodon
|
||||
skins:
|
||||
vanilla:
|
||||
default: Výchozí
|
||||
pl:
|
||||
flavours:
|
||||
vanilla:
|
||||
description: Motyw używany przez instancje czystego Mastodona. Może nie obsługiwać wszystkich funkcji GlitchSoc.
|
||||
name: Mastodon Vanilla
|
||||
skins:
|
||||
vanilla:
|
||||
default: Domyślny
|
||||
es:
|
||||
flavours:
|
||||
vanilla:
|
||||
description: El diseño predeterminado en las instancias de Mastodon. Puede que no soporte todas las características de GlitchSoc.
|
||||
name: Mastodon Original
|
||||
skins:
|
||||
vanilla:
|
||||
default: Predeterminado
|
||||
|
||||
ja:
|
||||
flavours:
|
||||
vanilla:
|
||||
description: バニラのMastodonインスタンスで使われるテーマです。このテーマはGlitchSocのすべての機能をサポートしない可能性があります。
|
||||
name: Vanilla Mastodon
|
||||
skins:
|
||||
vanilla:
|
||||
default: デフォルト
|
||||
@@ -1,44 +0,0 @@
|
||||
# (REQUIRED) The location of the pack files inside `pack_directory`.
|
||||
pack:
|
||||
admin:
|
||||
- admin.jsx
|
||||
- public.jsx
|
||||
auth: public.jsx
|
||||
common:
|
||||
filename: common.js
|
||||
stylesheet: true
|
||||
embed: public.jsx
|
||||
error: error.js
|
||||
home:
|
||||
filename: application.js
|
||||
preload:
|
||||
- features/getting_started
|
||||
- features/compose
|
||||
- features/home_timeline
|
||||
- features/notifications
|
||||
mailer:
|
||||
modal:
|
||||
public: public.jsx
|
||||
settings: public.jsx
|
||||
sign_up: sign_up.js
|
||||
share: share.jsx
|
||||
|
||||
# (OPTIONAL) The directory which contains localization files for
|
||||
# the flavour, relative to this directory.
|
||||
locales: ../../mastodon/locales
|
||||
|
||||
# (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: images/screenshot.jpg
|
||||
|
||||
# (OPTIONAL) The directory which contains the pack files.
|
||||
# Defaults to this directory (`app/javascript/flavour/[flavour]`),
|
||||
# but in the case of the vanilla Mastodon flavour the pack files are
|
||||
# somewhere else.
|
||||
pack_directory: app/javascript/packs
|
||||
|
||||
# (OPTIONAL) By default the theme will fallback to the default flavour
|
||||
# if a particular pack is not provided. You can specify different
|
||||
# fallbacks here, or disable fallback behaviours altogether by
|
||||
# specifying a `null` value.
|
||||
fallback:
|
||||
@@ -1 +0,0 @@
|
||||
@import 'styles/contrast';
|
||||
@@ -1,12 +0,0 @@
|
||||
en:
|
||||
skins:
|
||||
vanilla:
|
||||
contrast: High contrast
|
||||
cs:
|
||||
skins:
|
||||
vanilla:
|
||||
contrast: Vysoký kontrast
|
||||
es:
|
||||
skins:
|
||||
vanilla:
|
||||
contrast: Alto contraste
|
||||
@@ -1 +0,0 @@
|
||||
@import 'styles/mastodon-light';
|
||||
@@ -1,12 +0,0 @@
|
||||
en:
|
||||
skins:
|
||||
vanilla:
|
||||
mastodon-light: Mastodon (light)
|
||||
cs:
|
||||
skins:
|
||||
vanilla:
|
||||
mastodon-light: Mastodon (světlý)
|
||||
es:
|
||||
skins:
|
||||
glitch:
|
||||
mastodon-light: Mastodon (claro)
|
||||
@@ -1 +0,0 @@
|
||||
@import 'styles/win95';
|
||||
@@ -1,8 +0,0 @@
|
||||
en:
|
||||
skins:
|
||||
vanilla:
|
||||
win95: Masto95
|
||||
cs:
|
||||
skins:
|
||||
vanilla:
|
||||
win95: Windows 95
|
||||
Reference in New Issue
Block a user