chore: add i18n TODO

(it does not make sense yet, to expose these as i18n, as I will be refactoring this whole thing into a standalone widget)
This commit is contained in:
Panagiotis Papadopoulos 2025-02-11 08:43:18 +01:00
parent 2bb79c4209
commit 8b066b1fc8

View File

@ -14,7 +14,7 @@ const TPL = `
<label for="erase-entities-after-time">${t("note_erasure_timeout.erase_notes_after_x_seconds")}</label>
<div class="d-flex gap-2">
<input id="erase-entities-after-time" class="form-control options-number-input" type="number" min="0" steps="1" required>
<!-- TriliumNextTODO: i18n the strings -->
<!-- TriliumNextTODO: i18n the strings when refactoring this to a standalone widget -->
<select id="erase-entities-after-time-scale" class="form-select" required>
<option value="1">Seconds</option>
<option value="60">Minutes</option>