mirror of
https://github.com/paricafe/misskey.git
synced 2025-02-17 13:37:29 -06:00
lint
This commit is contained in:
parent
2b0cdd71c4
commit
46c2fa09db
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -135,4 +135,4 @@ export function spacingNote(note: misskey.entities.Note) {
|
|||
? autoSpacing(noteAsRecord.__autospacing_raw_cw)
|
||||
: null;
|
||||
return note;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue