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