Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
guredora403 committed Feb 23, 2024
1 parent a79b3f7 commit 11a1339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ def __init__(self):
print("Error: no addon folder found. Your working directory must be the root of the project. You shouldn't cd to tools and run this script.")
exit(-1)

# addonフォルダの存在を確認
# 日本語翻訳ファイルの確認
if not os.path.exists("addon\\locale\\ja"):
print("Error: no addon folder found. Your working directory must be the root of the project. You shouldn't cd to tools and run this script.")
print("Error: Japanese translation not found. please create a folder named 'ja' in 'addon\\locale'.")
exit(-1)

# 前のビルドをクリーンアップ
Expand Down

0 comments on commit 11a1339

Please sign in to comment.