Page MenuHome

I18n: translate untitled file names
ClosedPublic

Authored by Damien Picard (pioverfour) on Sep 3 2022, 3:20 AM.

Details

Summary

When saving, the default file name is "untitled" regardless of
selected language. This can be translated, like many graphical
applications do.

This applies to:

  • blend file
  • alembic file
  • collada file
  • obj file
  • usd file
  • rendered image
  • grease pencil export
  • subtitles export
  • other Python exports through ExportHelper

Diff Detail

Repository
rB Blender

Event Timeline

Thanks.

source/blender/windowmanager/intern/wm_files.c
3022

would prefer more correct name, something like filename_untiltled e.g.

Will do the change while committing.

This revision is now accepted and ready to land.Sep 5 2022, 3:13 PM
source/blender/windowmanager/intern/wm_files.c
3022

Also better to use FILE_MAXFILE here, for consistency.

This revision was automatically updated to reflect the committed changes.