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

@ -35,7 +35,7 @@ class BBP_OT_export_virtools(bpy.types.Operator, UTIL_file_browser.ExportVirtool
# 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 saving (e.g. cp1252, gb2312)!')
self.report({'ERROR'}, 'You must specify at least one encoding for file saving (e.g. cp1252, gbk)!')
return {'CANCELLED'}
# start exporting