Italian translation
-
@jonandr
I collaborated with official translator about a language revisionI will check the latest english.xml file.
Is it the same if I will post here the language file and you update github repository?
I didn’t have enough knowledge about github to make it myself.Thanks.
-
If I understand how to upload the translation file into the repository, it is not a problem for me to do that. It should take the same time to send every time a mail to Don the new file. But I’m wondering if there’s a way to do that without the need to install a full git client and so on, I’m new to github at the mmoment. Looking into the possibility to have notifications for new commit only for the localization flder!
Some times ago I started also to try do develop a tool to maintain the translations updated with that of the english.xml, but since that was always outdated, or we could have that only after a new version is out, I let it die as a project. An idea I had was to add the translations file on the “pugin manager” plugin, it should not be too difficult to make a piece of code that check the translaion version on the installed files and verify it on the server, as it already do with the plugins…@ Roberto: the custom backup directory string has chenged its ID, so the problem there is that the italian localization still use the old one. I had no idea of this change, so will fix it. For the other string not localixed, try to see if the nativeLang.xml and italian.xml files match. If not, try to put english and then again italian :)
-
@jonandr
As first step I believe that should be update the Italian language into the repository with an update Italian version.
I will check the strings and I will update it.
When we will post the new language file please update it into the repository.@Ices_Eyes
I already tried to change Italian -> English -> Italian to show all changes.
But I found the same problem.I’m afraid that the forum don’t notify reply in the thread.
-
@Ice_Eyes
Found the different ID e fixed it.
Fixed also the problem about Operation on lines.
The new language files is herehttps://mega.co.nz/#!PFw1DZ4b!L-kNmYkUVqAWsQ5tzmZXQ1RtYjFLJeykLczR6UjTg3Y
Please take care that the order the lines order between English & Italian language is different.
The Italian use “normal” numeric order than English one use not always numeric id order.
To make a good compare we have to decide if the Italian language have to follow English one order or the English could have a numeric standard order.English
<Item id=“42050” name=“Paste Binary Content”/>
<Item id=“42037” name=“Column Mode…”/>
<Item id=“42034” name=“Column Editor…”/>
<Item id=“42051” name=“Character Panel”/>
<Item id=“42052” name=“Clipboard History”/>
<Item id=“42025” name=“Save Currently Recorded Macro”/>
<Item id=“42026” name=“Text Direction RTL”/>
<Item id=“42027” name=“Text Direction LTR”/>
<Item id=“42028” name=“Set Read-Only”/>
<Item id=“42029” name=“Current File Path to Clipboard”/>
<Item id=“42030” name=“Current Filename to Clipboard”/>
<Item id=“42031” name=“Current Dir. Path to Clipboard”/>The Item ID are not always sequential.
In Windows installation the language are WIndows-1252
<?xml version = “1.0” encoding = “Windows-1252” ?>
then in Github are UTF-8.
<?xml version = “1.0” encoding = “UTF-8” ?>
I believe that UTF-8 could be good also for Windows.
Thanks.
-
The link for github language repository is
https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/installer/nativeLang
-
I made an attempt to update my (Hungarian) translation using this pull request thing, to check this method. It’s easy. I created a small guide for us beginners. We could create a new topic here including these infos, if you agree. Please let me know your thoughts:
-
Have a gmail account which will be used to login to this Notepad++ community.
Note: It’s suggested to create a new account dedicated for translation work. -
Create account on github.
Note: It’s suggested to use the previously created email. -
Go to here:
https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/installer/nativeLang -
Go into your maintained language file
-
To create your change, follow these steps:
- Click the button at right top corner titled “Fork this project and edit this file”.
- Make your changes. You can use select all XML , delete the content and paste the whole new content.
- Click “Preview file” tab, and check the differences you will make!
- Add description to “Propose file change” section at bottom.
- Click “Propose file change” button at the bottom.
At this point the change is made, but a Pull Request still to be created.
- To make Pull request:
- Click “Create Pull request” button at end of previous step.
- Check the description of the change, write comments.
- Finally press “Create Pull request” again.
- Follow your pull request here (Opened pull requests):
https://github.com/notepad-plus-plus/notepad-plus-plus/pulls?q=is%3Aopen+is%3Apr
- Check when it is approved.
- Optionally post a comment in your translation topic.
Notes:
- The GitHub for windows application is not needed.
- When you prepare your XML language file in Notepad++, it’s suggested to use the “Edit -> Blank Operations -> Trim Trailing Space” function, to remove needless spaces at end of lines, because the Github will list the space differences, and that’s just unnecessary work when checking the diff.
-
-
@balanyc
Many thanks for your detailed guide.
I propose you (if the admins are agree) to create a specific post for your explanation how to update github translation because I believe that can be very useful for many translators.Did you check if also in your translation Macro -> “Trim trailing and save” remain untranslated (no string in original master English file)
-
text string missing
Macro -> “Trim trailing and save”
In Column mode editor the warning windows (Column mode tip) the title and the text inside are untranslated.
Please add them to language file.
Please clarify the differences between the code page file coding between github (UTF-8) and Windows installation (1252).
Thanks.
-
Hi!
I did not mean the Macro named “Trim Trailing and Save”, rather I meant the native Notepad++ function build in the menu:
Edit -> Blank Operations -> Trim Leading and Trailing Space.
The Macro is not translatable indeed, however the menu is.HOWEVER, I was wrong! I didn’t fully check. Do not use this “Trim Leading and Trailing Space” menu, because it removed also the indent of lines! Only the trailing spaces need to be removed.
So please use “Edit -> Blank Operations -> Trim Trailing Space”!
I’ll modify the user guide. -
Posted a pull request for Italian language update (cloud settings strings).
-
Post a new pull request for Italian language updates.
I used XMLTreeNav 0.3.1 (i created also italian language for that) to check all XML nodes and found several
Untranslated nodes (english available but not for Italian)
Orphan nodes (old nodes available in Italian but not in English).I translated the Eenglish nodes and purged Italian orphan nodes.
I suggest to use XMLTreeNav to make a deep check.
-
Roberto, I don’t know what translation version you are using for comparison, but I do not find all the modification you are doing in the latest available. For exam,ple it seems you have deleted the strings
<Item id = “44011” name = “Finestra impostazioni personalizzate…” />
<Item id = “44012” name = “Nascondi margine numeri di riga” />
<Item id = “44013” name = “Nascondi margine segnalibri” />
<Item id = “44014” name = “Nascondi margine cartella” />But all those strings are menu entry currently available in notepad++, and the translations are needed…
-
Did you check with english.xml language file available on github?
I use it for comparison for italian.xml.
And in english.xml available on github theese strings are not included. -
Please download english.xml & italian.xml files.
Download XMLTreeNav fromhere
http://people.via.ecp.fr/~remi/soft/xml/xmltreenav/xmltreenav_en.php3
and you can compare them.
-
Yeah. But the english.xml file is not always correct, and does not include all the strings available in Notepad++. English strings are embeddend in the code other that in the xml file. So if some strings are not available in the language files they are still visible in the program. I will pull a request of update with my version of 6.9.7.2 translation, that I’m sure have almost any translatable string in it. I had made a cleanupo of the file not so long time ago. :)
-
No. I’m not agree. You are working in wrong way (and is not logical).
Please don’t make a pull request of a language file that is not in pair (aligned) with github english.xml.
You are mixing two different version.
One in the Github project is different than 6.7.9.2 program
The english.xml and Italian.xml in Github showld be always in pair.
If some strings are missing in english.xml github language file, you should ask to the developer to add the missing strings in english.xml, then we can update the Italian.xml (ad maintain always english-italian language in pair).
But the two languages should always contains the same amount and type of strings.
Please don’t mix different sources, languages.
The language on github repository shouldn’t be equal to 6.7.9.2 language file
This is the only correct way to do that.
I found some strings (Like “Online documentations”/“Live Support” that are not included in italian language (but are available in english github language).
Please check it with XMLTreeNav program. -
Again… The english.xml file is not updated as it should, and it has never been so… The english.xml file is not needed for the program, and it is there only for parity with the other languages. If you pair the two file, you will have a perfect n++ interface in english, and a totally messedup interface in italian, with missing string or wrong translations… That’s how the things are, it’s not a problem of good or bad way to work. If you chack any language file, all of them will be not paired with the english file. At least not the more updated…
-
If your “biG” problem was only the four strings you should started from alste language in repository and add the 4 strings.
Instead you upload your old and buggy translation of 6.7.9.2.
I see many thanks to destroy my job!!!The language is not paired because you and the other worked in wrong way.
If the english language have missed string id and no one reported to developepr, you continue to work on translation on viceversa (but not on english).
And if there are some mismatch on translated language and english are not sure that is right or not.
As you said the english-.xml should be the master for all language comparison and should be always updated and aligned.
I completly disagree about your Italian translation (of 6.7.9.2) because contains several errors (liek Storia Appunt - is Cronologia appunti), many uppercase/lower case mismatch and others (corrente used instead attaule) and again again.
I sent sometimes ago a detailed report about it but you ignored it and use a baaly translations.
YOU DESTROYED MY JOB WITHOUT ANY PERSONAL CONSIDERATION!!!
Then tomorrow morning I will update the translation on repository (beacuse your translation contains several errors and is not aligned).
Please use a shared and logical way to work and didn’t find a personal router to solve your problem without inform the developer.
If you want to work in a shared way create a pull request for developer with the id list that are missing in English translation.
YOUR LAST UPDATE DESTROY MY LONG JOB TO ALIGN ENGLISH & ITALIAN LANGUAGE FILES (AND I DISAGREE ABOUT IT)- YOU ARE NOT ALONE!!!If you are not agree I believe that the only way is to have two different italian language file. because I can share your wrong way to work.
-
You have made the same thing by deleting string and deciding a “better” way to work… You destroyed my work… By the way I take the italian translation of this project some years ago and try to do my best in order to keep it up to date with the most recent version of the software available, either by asking the developer for updates that usually ignore that, or by seaching for new strings by myself or with the help of other translators that like me try to do their best on this work.
So, if you think you can do better, I think I can retire from this task, and let you go on with this, I can just told you good luck, and please, do not let the translation die just becouse Don Ho do not update the english file like you ask, or for someone else do not follow your rules. Keep in mind that the version I upload is complete and contains all the string, despite you say that they are not available or translated.
At this point, good luck with you work, I’m ouyt now. It’s your turn ;)Cheers,
Luca -
You continue to insist to mix two type of language files.
One is the program language file and the other is github language file.
Now I made a pullup request of english master language file changes with the strings missing.If the admin accept it and update english file, tomorrow morning i will re-update my file with all strings missing that you explained.
This the right way to work.
First fix the english master errors than proceed with translations.
Is not my opinion but it’s a logical and simple way to work.The current italian language file that you uploaded contains several errors and have some string missing (as I explained before please use XMLTreeNav to check new string in english file not available in your file).
Then with english master aligned and italian language aligned and correct should be fine.