Have two questions about this amazing editor:
1. I can't find translation string for "Templates"
2. is there a way to have some info on the file (Size in bytes, Total lines, Words, Total Characters excluding EOL chars)?
It would be also handy to always see the total number of lines, e.g. "Ln 450/39281, Col 14" at the bottom. And maybe the number of selected chars would be handy too (e.g. "Ln 450/39281, Col 14, Sel 143").
Two questions: can't translate "Templates"? No file info?
-
- Posts: 2265
- Joined: 25.08.2021 18:15
1. This string is in the plugin cuda_new_file - you can look at the De/Austria translation how to translate it
https://sourceforge.net/projects/cudate ... anslation/
2. possible, yes, install the "Text Statistics" plugin. it gives command to show this.
2b.
>handy to always see the total number of lines
see docs: https://wiki.lazarus.freepascal.org/Cud ... _statusbar
{count}: total number of lines
https://sourceforge.net/projects/cudate ... anslation/
2. possible, yes, install the "Text Statistics" plugin. it gives command to show this.
2b.
>handy to always see the total number of lines
see docs: https://wiki.lazarus.freepascal.org/Cud ... _statusbar
{count}: total number of lines
1: uhm... can't find "Templates" window title in those translations...
2: perfect
2b: Amazing. I love how easily customizable is CudaText, thank you! https://i.ibb.co/w6TRV1L/image.png
2: perfect
2b: Amazing. I love how easily customizable is CudaText, thank you! https://i.ibb.co/w6TRV1L/image.png
-
- Posts: 2265
- Joined: 25.08.2021 18:15
-
- Posts: 2265
- Joined: 25.08.2021 18:15
I don't know this - I never made .PO / .MO files. Some tools exists to support this for Python, they scan the .py files and make .PO / .MO files (you enter strings in GUI)
Maybe this? https://poedit.net/
Maybe this? https://poedit.net/
Yes I know .PO/.MO files, I use them for Wordpress plugins for example...main Alexey wrote:I don't know this - I never made .PO / .MO files. Some tools exists to support this for Python, they scan the .py files and make .PO / .MO files (you enter strings in GUI)
Maybe this? https://poedit.net/
Who's the author? Maybe I should ask him or he/she could release a small update including 'Templates' string in the ini files..
-
- Posts: 2265
- Joined: 25.08.2021 18:15
1. string 'Templates' is not in .ini file, it must be in .MO file in De/Austria translation
2. I e-mailed to the author of De/Au translation and gave him link to this topic, maybe wait for reply
2. I e-mailed to the author of De/Au translation and gave him link to this topic, maybe wait for reply
Last edited by main Alexey on 10.07.2022 16:57, edited 1 time in total.
-
- Posts: 2265
- Joined: 25.08.2021 18:15
Thank you... let's see now...main Alexey wrote:1. string 'Templates' is not in .ini file, it must be in .MO file in De/Austria translation
2. I e-mailed to the author of De/Au translation and gave him link to this topic, maybe wait for reply
Last edited by hexaae on 13.07.2022 10:26, edited 2 times in total.