diff --git a/public/img/copay_crowdin.png b/public/img/copay_crowdin.png new file mode 100644 index 000000000..31695e998 Binary files /dev/null and b/public/img/copay_crowdin.png differ diff --git a/public/views/preferencesAbout.html b/public/views/preferencesAbout.html index 7be0a87cb..61e23b7bd 100644 --- a/public/views/preferencesAbout.html +++ b/public/views/preferencesAbout.html @@ -33,6 +33,10 @@ Terms of Use +
  • + + Translators +
  • Session log diff --git a/public/views/translators.html b/public/views/translators.html new file mode 100644 index 000000000..535d0d9e6 --- /dev/null +++ b/public/views/translators.html @@ -0,0 +1,37 @@ +
    +
    + +
    +
    + Copay and Crowdin +
    +

    Translation Credits

    + +
    +
    +

    + All contributions to Copay's translation are welcome. Sign up at crowdin.com and join the Copay project at + https://crowdin.com/project/copay. +

    + + Don't see your language on Crowdin? Contact the Owner on Crowdin! We'd love to support your language. + +
    +
    +
    +
    diff --git a/src/js/routes.js b/src/js/routes.js index 8d056f72e..2c56b361c 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -109,6 +109,16 @@ angular }); $stateProvider + .state('translators', { + url: '/translators', + walletShouldBeComplete: true, + needProfile: true, + views: { + 'main': { + templateUrl: 'views/translators.html' + } + } + }) .state('disclaimer', { url: '/disclaimer', needProfile: false, @@ -476,6 +486,7 @@ angular preferencesEmail: 12, about: 12, logs: 13, + translators: 13, disclaimer: 13, add: 11, create: 12,