Replies: 8 comments 14 replies
-
I'm not sure about CSV. Yes, counting lines can be annoying a bit, but is has been manageable so far. Some cons I can think of:
I'd prefer to keep the format and improve/extend the tools:
|
Beta Was this translation helpful? Give feedback.
-
Matter of taste, of course. I think it should not be worse than now. In fact, I think it will be much better. Google Sheets is one of such "proper tools," and it is available for free for non-commercial use. BTW, please look how GitHub displays it! @BestiaPL, you recently were one of the most active contributors to
Could you please check out this example? Looks reasonable to me.
CSV natively supports commas in strings. Such strings should be surrounded by double quotes (with double quotes doubled inside the string).
Sure, it is possible. My point is that with CSV we do not need this back-and-forth transformation at all.
Oh, no! Isn't it enough of conventional "unconventional" rainbows all over the place? |
Beta Was this translation helpful? Give feedback.
-
With F4?
Google sheets is very nice, but you have to upload / download manually every time and it might share google code/google reader's fate one day, who knows.
It's nice indeed, but it's a viewer.
It does, but not all the strings are 2-3 characters long. See MSetFolderInfoNames or MCharacterIsNotSupportedByTheCodepage for example.
But we need a special editor to make editing comfortable. I don't see a huge difference between "use external editor" and "use external editor with pre- & post-conversion". |
Beta Was this translation helpful? Give feedback.
-
If we are limited to the internal editor, the advantage may be less prominent indeed. Though I still hold that even in the internal editor CSV experience is on par or better than the tall flat list we have now. Two long lines out of 2200+ do not pose an insurmountable obstacle. Can we at least add language markers?
|
Beta Was this translation helpful? Give feedback.
-
I apologize for only writing back now. Currently, the best idea is @MKadaner idea - to give a tag with a language identifier at the beginning of the line. When translating new texts myself, I had to do a good job of counting which language in turn is Polish. If it was coded under some letter - it would be a great convenience. |
Beta Was this translation helpful? Give feedback.
-
I still see the language markers as a subpar workaround for a really ugly problem. Thugh, of course, it will be better than nothing. Let me repeat. While I have limited experience with Google Sheets, I know for sure that MS Excel allows to transparently load and save well-formed CSV files, commas, quotes and all. |
Beta Was this translation helpful? Give feedback.
-
Alternatively, do we actually need to keep all lngs in the same file, and not in 12 different files like MYes="Yes"
MNo="No"
MOk="OK"
MHYes="&Yes"
MHNo="&No"
MHOk="&OK"
MCancel="Cancel"
... ? Pros:
Cons:
|
Beta Was this translation helpful? Give feedback.
-
Ok. I will change Polish translation of that string.
…--
Andrzej Rudnik
On Oct 6, 2023 at 07:08, Michael Z. Kadaner ***@***.***> wrote:
Thank you for the update. I did not flag spaces after // because, you know, preexisting code, etc. But of course, the formatting should be proper.
Looks like a few spaces are missing in the Slovak language file:
//Main CtrlShift //Editor: Shift //Editor: Alt //Editor: Ctrl //Editor: AltShift //Editor: CtrlShift
Also, I would not insert apostrophe after "Far" in the Polish file. I do not know how it sounds in Polish and would trust the maintainer.
-MAskQuit="Czy chcesz wyjść z Fara" +MAskQuit="Czy chcesz wyjść z Far'a"
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
What do you think about replacing farlang.templ.m4 with a CSV file? It could be something like this:
farlang.csv
I'd like it very much. In fact, I'd like to have it before doing #600. I am a bit tired of counting lines inside label sections. People can edit this file with a proper tool. This is how it looks like
in Exell
in Google Sheets
I can effect the transformation and update the tools used to generate
lang.inc
andFar<Lng>.lng
files.Beta Was this translation helpful? Give feedback.
All reactions