You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CST.NET is a library for parsing Maxis' key-value pair format. It can be used in conjunction with your own custom frameworks, or the original ``UIText`` APIs.
5
+
CST.NET is a library for parsing Maxis' key-value pair format. It can be used in conjunction with your own custom frameworks, or the original `UIText` APIs.
13
6
14
-
Caret-Separated Text (or CST) is a key-value pair format represented by digits or words as keys and the value as text enclosed between carets. (e.g. ``<key> ^<text>^``) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character.
7
+
Caret-Separated Text (or CST) is a key-value pair format represented by digits or words as keys and the value as text enclosed between carets. (e.g. `<key> ^<text>^`) Any text which is not enclosed with carets is considered a comment and ignored. Neither strings nor comments may use the caret character.
15
8
16
9
## Changelog
17
10
@@ -23,7 +16,7 @@ See [/docs](./doc/README.md).
23
16
24
17
## To-do
25
18
26
-
-[ ] Support for parameters (e.g. ``%1``)
19
+
-[ ] Support for parameters (e.g. `%1`)
27
20
28
21
## Known issues
29
22
@@ -38,6 +31,20 @@ See [/docs](./doc/README.md).
38
31
-[.NET Interactive](https://github.com/dotnet/interactive/blob/main/README.md) for notebooks (optional).
39
32
-[VSCode Extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-interactive-vscode) or [nteract](https://nteract.io/).
40
33
34
+
35
+
# Contributing
36
+
37
+
You can contribute to CST.NET by testing cutting edge features in the latest releases, filing bugs, and joining in the discussion on our forums!
Looking for something to do? Check out the issues tagged as [help wanted](https://github.com/tonytins/cstdotnet/labels/help%20wanted) to get started.
45
+
46
+
Regarding translations, full object and UI translations should currently be released on the forums. This is far from perfect and is due to be reworked. Stay tuned!
47
+
41
48
## License
42
49
43
-
I license this project under the BSD-3-Clause license - see [LICENSE](LICENSE) for details.
50
+
I license this project under the BSD-3-Clause license - see [LICENSE](LICENSE) for details.
0 commit comments