Replies: 2 comments 5 replies
-
|
That's probably because the Qt installation of your platform lacks translation for those strings. If this is still happening with the 3.13 release, please, give details about your platform and Qt version, and we can see if there's something we can improve. |
Beta Was this translation helpful? Give feedback.
-
|
I found the files In qscintilla_de.ts` they are translated. If it is the right file to have the German translation working, then it seems that it is not taken into account. Or maybe I am totally wrong. What do you think? I also noticed that in But if the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
there are some untranslatable context menu parts in every language i tested:
in "Edit Database Cell" open the context menu:
"Copy" and "Select All" are not translatable

also in the "Execute SQL" tab open a SQL file. Then open the context menu inside the SQL Statement:
"Undo", "Redo", "Cut", "Copy", "Paste", "Delete", "Select All" are not translatable

Looks like these are missing in the ExtendedScintilla.cpp, because "Find and Replace...", in the same context menu, is translatable.
But i can be completely wrong as i don't know how this really works.
Beta Was this translation helpful? Give feedback.
All reactions