From 125e091d135632ad6e3055b461b1679f8f4890c2 Mon Sep 17 00:00:00 2001 From: Victor Domingos Date: Thu, 26 Feb 2026 23:00:34 +0000 Subject: [PATCH] fix: Small typo in i18n.md regarding C++ identifiers (#1210) ## Summary fixes just a small typo in docs. --- ### AI Usage Did you use AI tools to help write this code? _**< NO >**_ --- docs/i18n.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/i18n.md b/docs/i18n.md index 9ff98bd6..d0e0861b 100644 --- a/docs/i18n.md +++ b/docs/i18n.md @@ -69,7 +69,7 @@ STR_BROWSE_FILES: "Buscar archivos" **Rules:** - Use UTF-8 encoding - Every line must follow the format: `KEY: "value"` -- Keys must be valid C++ identifiers (uppercase, strats with STR_) +- Keys must be valid C++ identifiers (uppercase, starts with STR_) - Keys must be unique within a file - String values must be quoted - Use `\n` for newlines, `\\` for literal backslashes, `\"` for literal quotes inside values