Merge branch 'master' of https://github.com/jpirnay/crosspoint-reader into feat-koysnc-xpath

This commit is contained in:
jpirnay
2026-02-27 09:23:44 +01:00
90 changed files with 2911 additions and 1242 deletions
+3 -1
View File
@@ -13,6 +13,8 @@ This guide explains the multi-language support system in CrossPoint Reader.
- Czech
- Russian
- Ukrainian
- Polish
- Danish
---
@@ -68,7 +70,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
+3
View File
@@ -50,3 +50,6 @@ If you'd like to add your name to this list, please open a PR adding yourself an
## Belarusian
- [Dexif](https://github.com/dexif)
## Danish
- [hajisan](https://github.com/hajisan)