enhance(frontend): 投稿フォームの設定メニューを改良 (改)
This reverts commit a814395127.
This commit is contained in:
parent
a814395127
commit
22b0ace8b4
9 changed files with 166 additions and 12 deletions
4
locales/index.d.ts
vendored
4
locales/index.d.ts
vendored
|
|
@ -5350,6 +5350,10 @@ export interface Locale extends ILocale {
|
|||
* 投稿フォーム
|
||||
*/
|
||||
"postForm": string;
|
||||
/**
|
||||
* 文字数
|
||||
*/
|
||||
"textCount": string;
|
||||
"_emojiPalette": {
|
||||
/**
|
||||
* パレット
|
||||
|
|
|
|||
|
|
@ -1333,6 +1333,7 @@ preferenceSyncConflictChoiceCancel: "同期の有効化をキャンセル"
|
|||
paste: "ペースト"
|
||||
emojiPalette: "絵文字パレット"
|
||||
postForm: "投稿フォーム"
|
||||
textCount: "文字数"
|
||||
|
||||
_emojiPalette:
|
||||
palettes: "パレット"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue