i18n: basically finish translation

This commit is contained in:
2025-01-20 22:38:29 +08:00
parent 5afbf679ed
commit 84f6baae6a
8 changed files with 341 additions and 503 deletions

View File

@ -23,7 +23,7 @@ class BBP_OT_import_virtools(bpy.types.Operator, UTIL_file_browser.ImportVirtool
# check whether encoding list is empty to avoid real stupid user.
encodings = self.general_get_vt_encodings(context)
if len(encodings) == 0:
self.report({'ERROR'}, 'You must specify at least one encoding for file loading (e.g. cp1252, gb2312)!')
self.report({'ERROR'}, 'You must specify at least one encoding for file loading (e.g. cp1252, gbk)!')
return {'CANCELLED'}
_import_virtools(