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 >**_
This commit is contained in:
Victor Domingos
2026-02-26 23:00:34 +00:00
committed by GitHub
parent 6b64a0a2d8
commit 125e091d13

View File

@@ -69,7 +69,7 @@ STR_BROWSE_FILES: "Buscar archivos"
**Rules:** **Rules:**
- Use UTF-8 encoding - Use UTF-8 encoding
- Every line must follow the format: `KEY: "value"` - 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 - Keys must be unique within a file
- String values must be quoted - String values must be quoted
- Use `\n` for newlines, `\\` for literal backslashes, `\"` for literal quotes inside values - Use `\n` for newlines, `\\` for literal backslashes, `\"` for literal quotes inside values