Multi Commander Support Forum

Multi Commander => Translations And Language Packs => Topic started by: Mathias (Author) on July 27, 2016, 08:44:34

Title: Language Changes 6.2> 6.4
Post by: Mathias (Author) on July 27, 2016, 08:44:34
Here is a list of the new language texts IDs Since 6.2

Very few changes


Application - Multi Commander - ( MultiCommander_lang_en.xml )

Filebrowser (generic)
Code: [Select]
F - 100
F - 101
F - 102
F - 110
F - 111

Settings
Code: [Select]
S - 3201

Application - Explorer Panel - ( ExplorerPanel_lang_en.xml )

Custom Command
Code: [Select]
C - 116 - Minor change
C - 117 - Minor change
C - 118 - Minor change
C - 119 - New
C - 122 - New

Application - File Search - ( FileSearch_lang_en.xml )
Dialogs
Code: [Select]
D - 126
Title: Re: Language Changes 6.2> 6.4
Post by: AlanJB on July 27, 2016, 15:11:33
Mathias,
 there appear to be some errors in 3 of the english xml files.

The xml tag "<itemx" (instead of "<item") appears in:

ExplorerPanel_lang_en.xml
FileSearch_lang_en.xml
MultiCommander_lang_en.xml
Title: Re: Language Changes 6.2> 6.4
Post by: Stéphane P. on July 27, 2016, 21:10:42
Hi Alan,

If I remember correctly my exchanges with Mathias on this, it is a way of commenting entries in English reference files. It is not impacting the translation process.
He told me that he may be cleaned one day.

Best regards.
Title: Re: Language Changes 6.2> 6.4
Post by: Mathias (Author) on July 27, 2016, 22:36:16
Mathias,
 there appear to be some errors in 3 of the english xml files.

The xml tag "<itemx" (instead of "<item") appears in:

ExplorerPanel_lang_en.xml
FileSearch_lang_en.xml
MultiCommander_lang_en.xml

Stéphane P is right.  They it is a way for me to comment out entries so they are not shown in the language editor.
Might be that they are not used anymore, or that it is strings for future things that are not finalized yet. or stuff I commented out and forgot to delete.
The language editor only cares about xml elements named "item" so any other name make it so they are not used.
Title: Re: Language Changes 6.2> 6.4
Post by: AlanJB on July 27, 2016, 23:19:56
I guessed something like that might be the case.

I have started to look at "sanitizing" the language files - much as I did with the documentation - that's how I found the anomalies.

When will you be ready (best guess) to release the RC as the final release, do you think?

Alan