Jump to content

Redraven59

Premium Member Tier I
  • Posts

    207
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by Redraven59

  1. Left: standar buttons filter; Right: buttons filter after install Aslain ModPack ( ¿XVM? )

     

    image.png.a4ec602ec7a9b9598ab65bb7ba3fd320.png

     

    I don't know if the additional buttons are installed by XVM Mod or by another Mod creator . If any of you can inform me I appreciate it.

     

    Well. I would need two things, if possible.

     

    One: A Button to filter "Only tanks that have won at least one battle". I have a lot of X5 Reserves for second win and would like to know which tanks to play to take advantage of these reserves.
     

    Two: I have experience for more than forty  years in programming, I've made programs in almost every popular language, including Python. 

    Could I see an example of how to make one of those buttons filter? I have ideas for more types of filters.  I could make my own additional filters myself and share it with all of you. 

     

    Thank you very much to all.

  2. En 1/10/2020 a las 11:35, Redraven59 dijo:

     

    No problem.

     

    But I have to prepare a version that only includes the common functions that it uses, of a large own library of common functions that are not necessary (and that are my professional work). I will prepare and share with us here.

     

    Here it is. 

    All completed source in order to compile the Key Lists Utility App.

    Need be compiled with Embarcadero Delphi 2010.

    It does not need any external module or include.

     

    Greetings.

     

    Redraven59 (xXxREDRAVENxXxsSsRAMMERs)

     

    P.D.: Aslain, If you see it necessary, we can open a new thread for this topic (App) and leave the translation free, because this of the application is an accessory to the translation.

     

    image.png.2118dc0922a7713455894486d966de64.png

     

    AppCompleteListWithAnotherList.Source.And.Exe.v2.zip

    • Like 1
  3. hace 32 minutos, Aslain dijo:

    btw keep an eye on this line es.hideLastWtBanner==Oculta el último Banner WT, doube ==. No need to give me new file now, I corrected it, but mind it for future releases.

     

    :thumbsup:

     


    I have done a search for equal doubles and I have found one more

     

    es.HDminimap_main==Mod Principal (Nota: Desactiva el XVM minimapa)

     

    I correct it in my file, you also correct it in your file.

     

  4. hace 27 minutos, Aslain dijo:

    Thanks, btw. do you mind sharing source code of your app, so it can me developed by others too, just in case?

     

    No problem.

     

    But I have to prepare a version that only includes the common functions that it uses, of a large own library of common functions that are not necessary (and that are my professional work). I will prepare and share with us here.

    • Like 1
  5. Hello guys,

     

    Here is the new App and the test translating EN to ES (spanish) file 

     

    New App only need uncompressed, no instalation required, no external modules use, no dll, only he self exe. 

     

    The new App  has the nest features:

    • Has been developed in Embarcadero Delphi 2010 instead of Borland Delphi 6 for its ability to work correctly with UTF8.
    • When process the files first Delete all Keys in Destiny that do not exist in Origin.
    • After add to Destiny all keys that exists in Origin but not exist in Destiny
    • When save results add the New Keys plus message (editable)  "{TODO_TRANSLATE}"
    • The results are saved on disk with UTF8 code page ( 65001)
    • Completely independent you can A-Z order the origin file (EN) and save it to disk.

    I have tried to process the file in English 1.10.0.2_06 and generate the corresponding file in Spanish.

     

    I think it is correct but I would like you to review it and tell me if so.

     

    Greetings to all.

    AppCompleteListWithAnotherList.v2.zip WoT_es_translation_1.10.0.2_06.ini

    • Upvote 1
  6. En 24/9/2020 a las 21:56, Aslain dijo:

    One more feature request, to remove lines that are not present in the orign file, because it gets messy.

     

    Ok. Both list withs same Keys, add from origin if no it's in destiny or delete from destiny if not it´s in origin. Ok.

     

    About UTF8.

     

    I wiill change compiler to use. This one that I use for this App has an intermediate step that loses the UTF8 encoding (D6 Builder). I' will try use another more modern one that I have. (Delphi Embarcadero D 2010) 

  7. hace 1 hora, Aslain dijo:

    Seem to work fine, one thing, noticed that it's creating new file as utf-8 without BOM, while the original files for translation are utf-8 BOM

    Suggestion to add new option that will not create any output file but will sort current file Origin file A-Z.

    Ok. I see UTF8  after process. And I'll also look at adding an option to sort the origen file.

  8. hace 18 horas, Redraven59 dijo:

     

    Yes, I can prepare a version with params for langage origin and destiny, easy to use. Only copy in destiny the keys in prigin what not exists totally but with prefix change ( en. changue by es. or the configured prefix) .... 

     

    Tomorrow sunday i'll prepare something to show you.

     

    Here is.

     

    No install required, only uncompress folder.

     

    Execute App AppCompleteListWithAnotherList.exe

    Select ini file of reference (origin) and ini file to complete (destiny)  (as example in folder are EN file and ES file)

    push Button Excecute Process;

    when finish push Button Save Results, then its saved as file destiny + datetime of process.

     

    The results are not destructive, the originals are always preserved.

     

    Test and say me if  it's useful to you.

     

    image.thumb.png.37e765678e56642b9d2b150b546c1eab.png

    AppCompleteListWithAnotherList.Executable.zip

    • Like 1
  9. hace 9 minutos, Aslain dijo:

    That app, is that something you can share? So the other translators may use? @Redraven59

     

    Yes, I can prepare a version with params for langage origin and destiny, easy to use. Only copy in destiny the keys in prigin what not exists totally but with prefix change ( en. changue by es. or the configured prefix) .... 

     

    Tomorrow sunday i'll prepare something to show you.

    • Like 1
  10. En 18/9/2020 a las 14:37, Aslain dijo:

    Sure, here is latest english updated today: WoT_en_translation_1.10.0.2_02.ini

     

    And current Spanish: WoT_es_translation.ini

     

    Good afternoon Aslain, 

     

    Here it's. How could we prove the INI file that I have done?

     

    Note about work: 

    The lines are in alphabetical order by KEY (es.name-key=).  I have programmed an app that adds the missing lines from the English INI into the Spanish INI before start to tanslate. So later translation work is easier. I have not removed the obsolete lines

    WoT_es_translation_1.10.0.2_02.ini

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.