新Y-zuテーマへの移行

自動テーマ削除の準備
This commit is contained in:
Rintan 2023-01-06 15:41:48 +09:00
parent 34bc5ee2f4
commit 1cd18b2597
6 changed files with 12 additions and 14 deletions

8
.gitmodules vendored Normal file
View File

@ -0,0 +1,8 @@
[submodule "app/javascript/styles/y-zu-light"]
path = app/javascript/styles/y-zu-light
url = https://github.com/Y-zu-don-maintenance-org/Mastodon-Material
branch = y-zu-light
[submodule "app/javascript/styles/y-zu-dark"]
path = app/javascript/styles/y-zu-dark
url = https://github.com/Y-zu-don-maintenance-org/Mastodon-Material
branch = y-zu-dark

@ -0,0 +1 @@
Subproject commit a58c699a605784b3318f54717bfaaa804db4d2f3

@ -0,0 +1 @@
Subproject commit a5c22831445f5669315434f7df49c3c1e1f70d20

View File

@ -1612,19 +1612,15 @@ en:
contrast: Mastodon (High contrast) contrast: Mastodon (High contrast)
default: Mastodon (Dark) default: Mastodon (Dark)
mastodon-light: Mastodon (Light) mastodon-light: Mastodon (Light)
mastodon-auto: Mastodon (Auto)
# additional theme # additional theme
material-black: Material (Black) material-black: Material (Black)
material-dark: Material (Dark) material-dark: Material (Dark)
material-light: Material (Light) material-light: Material (Light)
material-auto: Material (Auto)
mastodon-material-dark: Mastodon Material (Dark) mastodon-material-dark: Mastodon Material (Dark)
mastodon-material-light: Mastodon Material (Light) mastodon-material-light: Mastodon Material (Light)
mastodon-material-auto: Mastodon Material (Auto)
plus: Plus plus: Plus
y-zu-dark: Y-zu (Dark) y-zu-dark: Y-zu (Dark)
y-zu-light: Y-zu (Light) y-zu-light: Y-zu (Light)
y-zu-auto: Y-zu (Auto)
time: time:
formats: formats:
default: "%b %d, %Y, %H:%M" default: "%b %d, %Y, %H:%M"

View File

@ -1568,19 +1568,15 @@ ja:
contrast: Mastodon (ハイコントラスト) contrast: Mastodon (ハイコントラスト)
default: Mastodon (ダーク) default: Mastodon (ダーク)
mastodon-light: Mastodon (ライト) mastodon-light: Mastodon (ライト)
mastodon-auto: Mastodon (自動)
# 追加テーマ # 追加テーマ
material-black: Material (黒) material-black: Material (黒)
material-dark: Material (ダーク) material-dark: Material (ダーク)
material-light: Material (ライト) material-light: Material (ライト)
material-auto: Material (自動)
mastodon-material-dark: Mastodon Material (ダーク) mastodon-material-dark: Mastodon Material (ダーク)
mastodon-material-light: Mastodon Material (ライト) mastodon-material-light: Mastodon Material (ライト)
mastodon-material-auto: Mastodon Material (自動)
plus: Plus plus: Plus
y-zu-dark: Y-zu (ダーク) y-zu-dark: Y-zu (ダーク)
y-zu-light: Y-zu (ライト) y-zu-light: Y-zu (ライト)
y-zu-auto: Y-zu (自動)
time: time:
formats: formats:
default: "%Y年%m月%d日 %H:%M" default: "%Y年%m月%d日 %H:%M"

View File

@ -1,17 +1,13 @@
default: styles/application.scss default: styles/application.scss
contrast: styles/contrast.scss contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss mastodon-light: styles/mastodon-light.scss
mastodon-auto: styles/mastodon-auto.scss
# 追加テーマ # 追加テーマ
material-black: styles/material-black.scss material-black: styles/material-black.scss
material-dark: styles/material-dark.scss material-dark: styles/material-dark.scss
material-light: styles/material-light.scss material-light: styles/material-light.scss
material-auto: styles/material-auto.scss
mastodon-material-dark: styles/mastodon-material-dark.scss mastodon-material-dark: styles/mastodon-material-dark.scss
mastodon-material-light: styles/mastodon-material-light.scss mastodon-material-light: styles/mastodon-material-light.scss
mastodon-material-auto: styles/mastodon-material-auto.scss
plus: styles/plus.scss plus: styles/plus.scss
y-zu-dark: styles/y-zu-dark.scss y-zu-dark: styles/y-zu-dark/src/mastodon-material.scss
y-zu-light: styles/y-zu-light.scss y-zu-light: styles/y-zu-light/src/mastodon-material.scss
y-zu-auto: styles/y-zu-auto.scss