From 9f979434a2eb41c243a71a7263f6f76fd22810f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 8 Nov 2025 12:38:36 -0300 Subject: [PATCH 1/2] bun c: add Spanish translation Add documentation for 'bun c' command alias --- pages.es/common/bun-c.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages.es/common/bun-c.md diff --git a/pages.es/common/bun-c.md b/pages.es/common/bun-c.md new file mode 100644 index 00000000000000..a0bc85adb80db3 --- /dev/null +++ b/pages.es/common/bun-c.md @@ -0,0 +1,7 @@ +# bun c + +> Este comando es un alias de `bun create. + +- Vea la documentación del comando original: + +`tldr bun create` From 608853ba8d75e7cbd802c5479e0099a03b25bb76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 9 Nov 2025 15:18:58 -0300 Subject: [PATCH 2/2] Update pages.es/common/bun-c.md Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> --- pages.es/common/bun-c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.es/common/bun-c.md b/pages.es/common/bun-c.md index a0bc85adb80db3..3f97cb11e7b66a 100644 --- a/pages.es/common/bun-c.md +++ b/pages.es/common/bun-c.md @@ -1,6 +1,6 @@ # bun c -> Este comando es un alias de `bun create. +> Este comando es un alias de `bun create`. - Vea la documentación del comando original: