1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-24 14:29:26 -05:00
This commit is contained in:
fly_mc 2024-11-01 09:54:17 +08:00
parent 2b0cdd71c4
commit 46c2fa09db
2 changed files with 2 additions and 2 deletions
locales
packages/frontend/src/scripts

View file

@ -1289,8 +1289,8 @@ pariPlusSystemSettings: "Pari Plus! system settings"
pariPlusNoteSettings: "Pari Plus! note settings"
pariPlusAppearanceSettings: "Pari Plus! appearance settings"
pariPlusFontPicker: "Default fonts"
enableRenderingOptimization: "Enable rendering optimization"
useHardwareAcceleration: "Enable hardware acceleration"
enableRenderingOptimization: "Enable rendering optimization"
autoTranslateButton: "Display translation function on notes in different languages"
showDetailTimeWhenHover: "Hover the timestamp of the note to expand the detailed time"
noteClickToOpen: "Click to open note details"

View file

@ -135,4 +135,4 @@ export function spacingNote(note: misskey.entities.Note) {
? autoSpacing(noteAsRecord.__autospacing_raw_cw)
: null;
return note;
}
}