Skip to content

Commit c6e56cf

Browse files
perf: Internationalization of API Documentation
1 parent 941167c commit c6e56cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/apps/swagger/i18n.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def load_translation(lang: str) -> Dict[str, str]:
5353
{
5454
"name": "system_ws",
5555
"description": f"{PLACEHOLDER_PREFIX}system_ws_api"
56-
}
57-
"name": "Table Relation",
56+
},
57+
{ "name": "Table Relation",
5858
"description": f"{PLACEHOLDER_PREFIX}tr_api"
5959
},
6060
{

0 commit comments

Comments
 (0)