code cleanup (#3210)

* code cleanup

* rollback changes

* remove dead code

* remove debug app config

* cleanup unused locales

* no-unused-vars rule

* test fixes and cleanup

* remove unnecessary translate modules
This commit is contained in:
Denys Vuika
2023-05-22 08:23:35 +01:00
committed by GitHub
parent 19e31adbb9
commit fd495f6e95
87 changed files with 197 additions and 841 deletions
+2 -12
View File
@@ -476,16 +476,6 @@
"CANCEL": "取消",
"UPLOAD": "上传"
},
"FORM": {
"SUBTITLE": "对此版本进行了多大程度的变更?",
"VERSION": {
"MINOR": "次要 (#.1)",
"MAJOR": "主要 (2.0)"
},
"COMMENT": {
"PLACEHOLDER": "添加注释,描述变更内容"
}
},
"SELECTION": {
"EMPTY": "请选定一个文件去看它的版本。",
"NO_PERMISSION": "您没有权限管理此内容的版本。"
@@ -496,7 +486,7 @@
},
"INFO_PANEL": {
"TABS": {
},
"DETAILS": "详细信息"
},
@@ -657,4 +647,4 @@
"BASELINE-LOCK-24PX": "锁定的文件"
}
}
}
}