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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user