feat: move flags to settings
This commit is contained in:
parent
1b35b70e5c
commit
841959b51f
14 changed files with 140 additions and 95 deletions
|
@ -31,11 +31,6 @@
|
|||
"error": "ERROR",
|
||||
"not_found": "404 Not Found"
|
||||
},
|
||||
"feature_flag": {
|
||||
"github_cards": "GitHub Cards",
|
||||
"user_switcher_sidebar": "User Switcher Sidebar",
|
||||
"virtual_scroll": "仮想スクロール"
|
||||
},
|
||||
"menu": {
|
||||
"block_account": "{0}さんをブロックする",
|
||||
"block_domain": "{0}をドメインブロック",
|
||||
|
@ -76,6 +71,13 @@
|
|||
"request_to_follow": "さんがあなたへフォローをリクエストしました",
|
||||
"update_status": "さんが投稿を更新しました"
|
||||
},
|
||||
"settings": {
|
||||
"feature_flags": {
|
||||
"github_cards": "GitHub Cards",
|
||||
"user_switcher_sidebar": "User Switcher Sidebar",
|
||||
"virtual_scroll": "仮想スクロール"
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"editing": "編集中",
|
||||
"uploading": "更新中..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue