xF2 xF1 product XML to xF2 phrases dev output

  • Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Radio

    CtrlAltDel

    Active member
    xenForo 2.x.x
    xenForo 1.x.x
    vBulletin All Access Pass
    The Chest
    Donator
    Member
    Jan 22, 2017
    213
    36
    28
    Netherlands
    Bowser submitted a new resource:

    - xF1 product XML to xF2 phrases dev output

    A quick perl script which parses a xF1 XML product file and creates the phrases text files into the _output directory you provide. Phrases related to option/cron entry/permission/admin navigation are not imported as they are automatically created when you do create those in xF2.​
    This is very raw, not optimized, not integrated to a CLI, but feel free to propose code modifications.​

    Perl:
    #!/usr/bin/perl -w
    use warnings;
    use XML::Simple;
    my $parser = XML::Simple->new(...