Skip to content

Commit

Permalink
Fix jp locale (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
pycui authored Aug 17, 2023
1 parent 2c7478c commit 8bcde6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion realtime_ai_character/audio/speech_to_text/whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"hi-IN": "hi",
"pl-PL": "pl",
'zh-CN': 'zh',
'jp-JP': 'jp',
'ja-JP': 'jp',
'ko-KR': 'ko',
}

Expand Down
2 changes: 1 addition & 1 deletion realtime_ai_character/websocket_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"hi-IN": "नमस्ते मेरे दोस्त, आज आपको यहां क्या लाया है?",
"pl-PL": "Cześć mój przyjacielu, co cię tu dziś przynosi?",
"zh-CN": "嗨,我的朋友,今天你为什么来这里?",
'jp-JP': "こんにちは、私の友達、今日はどうしたの?",
'ja-JP': "こんにちは、私の友達、今日はどうしたの?",
'ko-KR': "안녕, 내 친구, 오늘 여기 왜 왔어?"
}

Expand Down

0 comments on commit 8bcde6b

Please sign in to comment.