mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-09-03 17:27:06 +00:00
fix(i18n): keep activateReason default untranslated per review
Commonlib compares this value against the raw "updated" literal to distinguish automatic activation from a user-requested run, so translating it changes behaviour rather than just the displayed text. Keep the default raw and drop the "updated" catalogue entry; the manually-requested reason stays translated.
This commit is contained in:
@@ -2074,7 +2074,6 @@ Unless you are certain, selecting this options is bit dangerous. It assumes that
|
||||
Unless you are certain, selecting this options is bit dangerous. It assumes
|
||||
that the server configuration is compatible with this device. If this is not
|
||||
the case, data loss may occur. Please ensure you know what you are doing.
|
||||
updated: updated
|
||||
Updating list...: Updating list...
|
||||
URL: URL
|
||||
Use a custom passphrase: Use a custom passphrase
|
||||
|
||||
@@ -2617,7 +2617,6 @@ Unless you are certain, selecting this options is bit dangerous. It assumes that
|
||||
Si no estás seguro, elegir esta opción es algo arriesgado. Da por supuesto que
|
||||
la configuración del servidor es compatible con este dispositivo. Si no lo es,
|
||||
puede haber pérdida de datos. Asegúrate de saber lo que haces.
|
||||
updated: una actualización
|
||||
Updating list...: Actualizando lista...
|
||||
URL: URL
|
||||
Use a custom passphrase: Usar una frase de contraseña personalizada
|
||||
|
||||
Reference in New Issue
Block a user