新Y-zuテーマへの移行
自動テーマ削除の準備
This commit is contained in:
parent
34bc5ee2f4
commit
1cd18b2597
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal 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
|
1
app/javascript/styles/y-zu-dark
Submodule
1
app/javascript/styles/y-zu-dark
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a58c699a605784b3318f54717bfaaa804db4d2f3
|
1
app/javascript/styles/y-zu-light
Submodule
1
app/javascript/styles/y-zu-light
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit a5c22831445f5669315434f7df49c3c1e1f70d20
|
@ -1612,19 +1612,15 @@ en:
|
||||
contrast: Mastodon (High contrast)
|
||||
default: Mastodon (Dark)
|
||||
mastodon-light: Mastodon (Light)
|
||||
mastodon-auto: Mastodon (Auto)
|
||||
# additional theme
|
||||
material-black: Material (Black)
|
||||
material-dark: Material (Dark)
|
||||
material-light: Material (Light)
|
||||
material-auto: Material (Auto)
|
||||
mastodon-material-dark: Mastodon Material (Dark)
|
||||
mastodon-material-light: Mastodon Material (Light)
|
||||
mastodon-material-auto: Mastodon Material (Auto)
|
||||
plus: Plus
|
||||
y-zu-dark: Y-zu (Dark)
|
||||
y-zu-light: Y-zu (Light)
|
||||
y-zu-auto: Y-zu (Auto)
|
||||
time:
|
||||
formats:
|
||||
default: "%b %d, %Y, %H:%M"
|
||||
|
@ -1568,19 +1568,15 @@ ja:
|
||||
contrast: Mastodon (ハイコントラスト)
|
||||
default: Mastodon (ダーク)
|
||||
mastodon-light: Mastodon (ライト)
|
||||
mastodon-auto: Mastodon (自動)
|
||||
# 追加テーマ
|
||||
material-black: Material (黒)
|
||||
material-dark: Material (ダーク)
|
||||
material-light: Material (ライト)
|
||||
material-auto: Material (自動)
|
||||
mastodon-material-dark: Mastodon Material (ダーク)
|
||||
mastodon-material-light: Mastodon Material (ライト)
|
||||
mastodon-material-auto: Mastodon Material (自動)
|
||||
plus: Plus
|
||||
y-zu-dark: Y-zu (ダーク)
|
||||
y-zu-light: Y-zu (ライト)
|
||||
y-zu-auto: Y-zu (自動)
|
||||
time:
|
||||
formats:
|
||||
default: "%Y年%m月%d日 %H:%M"
|
||||
|
@ -1,17 +1,13 @@
|
||||
default: styles/application.scss
|
||||
contrast: styles/contrast.scss
|
||||
mastodon-light: styles/mastodon-light.scss
|
||||
mastodon-auto: styles/mastodon-auto.scss
|
||||
|
||||
# 追加テーマ
|
||||
material-black: styles/material-black.scss
|
||||
material-dark: styles/material-dark.scss
|
||||
material-light: styles/material-light.scss
|
||||
material-auto: styles/material-auto.scss
|
||||
mastodon-material-dark: styles/mastodon-material-dark.scss
|
||||
mastodon-material-light: styles/mastodon-material-light.scss
|
||||
mastodon-material-auto: styles/mastodon-material-auto.scss
|
||||
plus: styles/plus.scss
|
||||
y-zu-dark: styles/y-zu-dark.scss
|
||||
y-zu-light: styles/y-zu-light.scss
|
||||
y-zu-auto: styles/y-zu-auto.scss
|
||||
y-zu-dark: styles/y-zu-dark/src/mastodon-material.scss
|
||||
y-zu-light: styles/y-zu-light/src/mastodon-material.scss
|
||||
|
Loading…
Reference in New Issue
Block a user