- Support python 3
translate
subcommand add--appid
and--secret
- Translate Error
- diff table Output Error
+----+---------+---------+-------------+---------+
| | File1 | File2 | Key | Value |
|----+---------+---------+-------------+---------|
| + | 2 | | diff.test.0 | Test0 |
| - | 2 | | diff.test.0 | Test |
+----+---------+---------+-------------+---------+
should be
+----+---------+---------+-------------+---------+
| | File1 | File2 | Key | Value |
|----+---------+---------+-------------+---------|
| + | 2 | | diff.test.0 | Test0 |
| - | | 2 | diff.test.0 | Test |
+----+---------+---------+-------------+---------+
- Baidu Translator Encode Error
- Translator Incremental Updates Error
- add
lint
subcommand
Validates a .strings
file.
2. add diff
subcommand
Compare .strings
files line by line.
- Parser Error issue #1
/* No comment provided by engineer. */ "parsing.test.4" ="Test4 Test4 Test4Test4Test4 Test4 ";
- add
translate
subcommand
- support multiple destination
-o DESTINATIONS [DESTINATIONS ...]
- tystrings as subcommand 'tystrings generate'
- fixed cli crash when encoding is not
UTF-16
- fixed generate strings error. - The first line of the file is not processed. - The lines that are in the format of chaos is not processed.
- cli add
--utf8
option