Skip to content

Commit

Permalink
fix(trans): 修复多语言支持url错误
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Sep 4, 2024
1 parent dc73c88 commit fc287d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/translation/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from tools.base import CmdTask

_suported_languages = ['zh_CN', 'en_US']
url_prefix = os.environ.get('FISHROS_URL')
url_prefix = os.environ.get('FISHROS_URL')+'/'
lang_url = url_prefix+'tools/translation/assets/{}.py'


Expand Down

0 comments on commit fc287d1

Please sign in to comment.