|
@@ -0,0 +1,14 @@
|
|
1
|
+# ttsg
|
|
2
|
+Typica .ts Generator
|
|
3
|
+
|
|
4
|
+This is a program that scrapes a Typica configuration and generates a .ts file
|
|
5
|
+translators can use so that user visible text in that configuration can be
|
|
6
|
+translated into another language.
|
|
7
|
+
|
|
8
|
+This is very slapdash with a minimal feature set focusing on the Typica 1.7
|
|
9
|
+release. There are certain valid Typica configurations that this will fail on.
|
|
10
|
+This is very much tailored to use with the currently provided example
|
|
11
|
+configuration. If you're using Typica for something strange this tool might need
|
|
12
|
+to be altered.
|
|
13
|
+
|
|
14
|
+The good news is that you should never need to run this yourself.
|