Base solution for your next web application
Open Closed

Pull request contribution #2957


User avatar
0
felixbeltran created

Hi,

I'm trying to contribute the code for the mexican spanish translation. I first tried to create a new branch and then send a pull request from my branch to the Dev branch (no success). Later tried to make changes directry on the Dev branch and send the pull request from Dev to Master branch.

I keep getting error messages.

I'm new on github and I'm not sure how I should contribute. Could you please advise. Thanks.


6 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    You don't have direct commit rights but pull request should work. Can you share the error you are getting when you try to send a pull request ?

    Thanks.

  • User Avatar
    0
    felixbeltran created

    Hi,

    Here are the screenshots. First it send a "Sync Failed" error and later a "Request Failed" error.

    Felix.

  • User Avatar
    0
    felixbeltran created

    Finally I was able to do it. I had to first fork the project.

    By the way, you also need to add these files: angular\node_modules\bootstrap-select\dist\js\i18n\defaults-es_MX.js angular\node_modules\bootstrap-select\dist\js\i18n\defaults-es_MX.min.js angular\node_modules\jtable\lib\localization\jquery.jtable.es-MX.js angular\node_modules\timeago\locales\jquery.timeago.es-MX-short.js

    I wasn't able to do it because those paths are not part of the project.

    Felix.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Thank you very much for your contribution. Those files should be installed when you install node packages.

    Do you want to create MX localization for those libraries as well ? If so, you need to send pull request to their repositories I think.

  • User Avatar
    0
    felixbeltran created

    Hi,

    I can send the pull request but I don't think I have access to the repo of the node packages, or do I? Where can i find that repo?

    Thanks, Felix.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    No, you need to send pull request to bootstrap-select, jtable and timeago github repositories. Then they should update their npm packages.

    Thanks.