-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
-
Hi
nearly the whole "Edit Pragmas" Tab is not translated, not in any language I tested and it looks like it is not translatable.
(Only the popup, when you hover over the check box of "Case Sensitive Like" is translatable)
Pragmas
I found hints to the Pragma-Tab in
MainWindow.cpp, MainWindow.h and
MainWindow.ui (please see Line 275)
<string notr="true"><html><head/><body><p>Checkpoint Full FSYNC <a href="https://www.sqlite.org/pragma.html#pragma_checkpoint_fullfsync"><img src=":/icons/whatis"/></a></a></p></body></html></string>
I am not a programmer, but that looks not so easy to change.
May it be possible to change something, so that it is translatable?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments 4 replies
-
If I don't recall wrongly, I think we made that on purpose. These are the names of the pragmas in the technical documentation of SQLite and we wanted to keep them as they are for recognition. Nevertheless, most of them are difficult to translate. The same should apply to "Case Sensitive Like", that inconsistency is probably an overlook.
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok, thanks for the reply and the clarification.
So you mean the popup should be reverted to english?
Beta Was this translation helpful? Give feedback.
All reactions
-
I was referring to the pragma names. If you mean this tooltip:
Warning: this pragma is not readable and this value has been inferred. Writing the pragma might overwrite a redefined LIKE provided by an SQLite extension.
That is a warning to the user and is expected to be translated. I thought you meant the string "Case Sensitive Like" itself, which is a pragma name. By the way, this pragma is now deprecated and SQLite says:
Older applications should discontinue use of this pragma at the earliest opportunity.
So we should do that after the next release, but there's no mention of an alternative.
Beta Was this translation helpful? Give feedback.
All reactions
-
Ok, no i only asked why the tooltip was translated.
In German are all pragma options are in English, as it is intended.
So i will not do anything here and will see what you and the other programmer do with this pragma option in the future.
Thank you too for helping me.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
By the way, pragma names and values are translatable now. See conversation in #3697
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2
-
Ok thanks! i will take a look!
Beta Was this translation helpful? Give feedback.