Update main3.py
Browse files
main3.py
CHANGED
|
@@ -206,7 +206,7 @@ def rec_config_json():
|
|
| 206 |
"tac_appendComma": True,
|
| 207 |
"tac_alias.searchByAlias": True,
|
| 208 |
"tac_alias.onlyShowAlias": False,
|
| 209 |
-
"tac_translation.translationFile": ZH.csv",
|
| 210 |
"tac_translation.oldFormat": True,
|
| 211 |
"tac_translation.searchByTranslation": True,
|
| 212 |
"tac_extra.extraFile": "extra-quality-tags.csv",
|
|
|
|
| 206 |
"tac_appendComma": True,
|
| 207 |
"tac_alias.searchByAlias": True,
|
| 208 |
"tac_alias.onlyShowAlias": False,
|
| 209 |
+
"tac_translation.translationFile": "ZH.csv",
|
| 210 |
"tac_translation.oldFormat": True,
|
| 211 |
"tac_translation.searchByTranslation": True,
|
| 212 |
"tac_extra.extraFile": "extra-quality-tags.csv",
|