A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 >**_

authored by

Victor Domingos and committed by
GitHub
125e091d 6b64a0a2

+1 -1
+1 -1
docs/i18n.md
··· 69 69 **Rules:** 70 70 - Use UTF-8 encoding 71 71 - Every line must follow the format: `KEY: "value"` 72 - - Keys must be valid C++ identifiers (uppercase, strats with STR_) 72 + - Keys must be valid C++ identifiers (uppercase, starts with STR_) 73 73 - Keys must be unique within a file 74 74 - String values must be quoted 75 75 - Use `\n` for newlines, `\\` for literal backslashes, `\"` for literal quotes inside values