From cbf81b04e57e03b9e1b646e0d0b7f7c1fd79acc2 Mon Sep 17 00:00:00 2001 From: Elvis Claros Castro Date: Sat, 26 Sep 2026 23:33:28 -0300 Subject: Translate identifiers, comments and docstrings to English The CLI output and help stay in Spanish, as documented in the README. --- claude_logbook/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'claude_logbook/__init__.py') diff --git a/claude_logbook/__init__.py b/claude_logbook/__init__.py index e7f967d..0929294 100644 --- a/claude_logbook/__init__.py +++ b/claude_logbook/__init__.py @@ -1,6 +1,6 @@ -"""Explorador de las sesiones que Claude Code guarda en ~/.claude/projects/. +"""Browser for the sessions Claude Code stores in ~/.claude/projects/. -Sin dependencias: solo la biblioteca estándar. +No dependencies: standard library only. """ __version__ = "1.1.0" -- cgit v1.2.3