diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 17:48:16 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-16 17:48:16 +0900 |
| commit | 22b0ace8b4fecb3a7a3d0c4a1e046dddaf692ec0 (patch) | |
| tree | 55ab40dae89f089a856debd4fd453aeecc81c7ad /locales | |
| parent | Revert "enhance(frontend): 投稿フォームの設定メニューを改良 (... (diff) | |
| download | sharkey-22b0ace8b4fecb3a7a3d0c4a1e046dddaf692ec0.tar.gz sharkey-22b0ace8b4fecb3a7a3d0c4a1e046dddaf692ec0.tar.bz2 sharkey-22b0ace8b4fecb3a7a3d0c4a1e046dddaf692ec0.zip | |
enhance(frontend): 投稿フォームの設定メニューを改良 (改)
This reverts commit a814395127aa1b4ea643fb40235e3e58c747b77f.
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index f58a9bdf58..0c6e73aac4 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5350,6 +5350,10 @@ export interface Locale extends ILocale { * 投稿フォーム */ "postForm": string; + /** + * 文字数 + */ + "textCount": string; "_emojiPalette": { /** * パレット diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index c794083756..d6af72ab57 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1333,6 +1333,7 @@ preferenceSyncConflictChoiceCancel: "同期の有効化をキャンセル" paste: "ペースト" emojiPalette: "絵文字パレット" postForm: "投稿フォーム" +textCount: "文字数" _emojiPalette: palettes: "パレット" |