← Back to team overview

openshot.developers team mailing list archive

[Bug 703559] Re: Some strings are not translated in UI or not translatable

 

Probably some of these changes fix not only UI but also actual
behaviors, because there are strings compared like:

if folder == _("Remove from Folder"):
	self.project.project_folder.RemoveParent(filename, folder)
else:
	self.project.project_folder.AddParentToFile(filename, folder)

So, I think this issue should be given higher importance.

-- 
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.
https://bugs.launchpad.net/bugs/703559

Title:
  Some strings are not translated in UI or not translatable

Status in OpenShot Video Editor:
  Confirmed

Bug description:
  Some strings("Added clip" etc.) are translatable, but not translated in UI.
  Some strings("Added transition" etc.) are not translatable.

  Here is a patch for MainGTK.py, but it seems that there are more
  untranslated("not translated in UI" or "not translatable") strings in
  AddToTimeline.py, sequences.py, etc.





References