Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #13714 Replace gulpfiles by centralized gettext script
    Infos
    #13714
    Joris MASSON (jmasson)
    2019-08-09 13:19
    2019-08-05 14:59
    14911
    Details
    Replace gulpfiles by centralized gettext script

    Follow-up of request #13702

    We should drop all remaining gulpfiles that are dedicated to extraction of gettext translated strings.
    However three gulpfiles will remain at the end of this request:

    1. The gulpfile at tuleap root that we need to launch all plugin build, convert Sass and concatenate legacy JS
    2. The gulpfile in plugins/frs/www/js/angular/ . It converts Sass to CSS and should be adressed by request #13299
    3. The gulpfile in plugins/tracker/www/scripts/ . It would be an ideal candidate because all it does is extract gettext, but following gerrit #15177, some strings are located in Vue files and therefore NOT extracted. As I don't really want to handle the part AngularJS part VueJS gettext extraction for now (ever ?), we should keep it as it is, otherwise every "make generate-po" invocation will drop all strings that are only in Vue files...
    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2019-08-09
    Attachments
    Empty
    References

    Follow-ups