Neos-Metaverse / NeosLocale

Locale assets for Neos VR
MIT License
30 stars 76 forks source link

Czech locale maintenance and misc. maintenance #670

Open rampa3 opened 2 years ago

rampa3 commented 2 years ago
ProbablePrime commented 1 year ago

I only see English additions in the CZech file.

There's no need to duplicated un-translated keys, these are handled automatically. Please only add strings to the CZech file that you have translated, thank you.

rampa3 commented 1 year ago

I really should find better way to check for missing strings then – the untranslated wiki strings are there since those are not to be translated strings for The Universe, and my method to check if I don't miss strings until now was by line number against the en file. I will try find a different one...

ProbablePrime commented 1 year ago

You're welcome to use your current method to look for untranslated strings.

Just wait until they are actually translated before opening a PR

rampa3 commented 1 year ago

I really should find better way to check for missing strings then – the untranslated wiki strings are there since those are not to be translated strings for The Universe, and my method to check if I don't miss strings until now was by line number against the en file. I will try find a different one...

Well the thing here is that the english strings you mentioned are the "wiki" strings that are said to NOT be translated right in this comment by Frooxius himself: https://github.com/Neos-Metaverse/NeosLocale/issues/569#issuecomment-929183470

Should I remove those then and add line breaks instead? (The wiki strings are there ONLY for line count.)

(One of the tasks done in the summary even is un-translating by mistake translated wiki string...)

Psychpsyo commented 1 year ago

If this is only for your own count, couldn't you just add them locally on your end and not commit those changes?

rampa3 commented 1 year ago

In theory yes, just would have to somehow automate the adding/removing – at the moment I work straight on my fork of the repo. Also manually adding/removing the lines would be tedious and waste of time just to produce a clean copy to commit. Any suggestions how to make this work without having to reformat the file every single time? (My method of checking if I have everything works ONLY when the Czech file follows exactly same formatting as English line wise, including same line break counts, etc.)

Psychpsyo commented 1 year ago

Any suggestions how to make this work without having to reformat the file every single time?

I use Github Desktop which makes including / excluding specific lines on a commit really easy. Apart from that, I'm not sure.

rampa3 commented 1 year ago

I removed all not to be translated The Universe wiki (Froox's explanation link posted in one of the above messages) keys I used as padding to just leave those to load defaults and used line breaks to pad the lines instead. Is this what was requested? (The English mentioned as not to be allowed to be added in the initial complaint were all The Universe wiki keys, which I put in to use as padding and "anchors" (same text chunks to look for) for document alignment side by side.)