Skip to content

Commit c5770ac

Browse files
authored
Merge branch 'master' into patch-1
2 parents 830397c + b424451 commit c5770ac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GEM
8484
html-pipeline (2.11.0)
8585
activesupport (>= 2)
8686
nokogiri (>= 1.4)
87-
html-proofer (3.11.0)
87+
html-proofer (3.11.1)
8888
activesupport (>= 4.2, < 6.0)
8989
addressable (~> 2.3)
9090
mercenary (~> 0.3.2)

_articles/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Depending on your personal circumstances, you can try raising money independentl
112112
Finally, sometimes open source projects put bounties on issues that you might consider helping with.
113113

114114
* @ConnorChristie was able to get paid for [helping](https://web.archive.org/web/20181030123412/https://webcache.googleusercontent.com/search?strip=1&q=cache:https%3A%2F%2Fgithub.com%2FMARKETProtocol%2FMARKET.js%2Fissues%2F14) @MARKETProtocol work on their javascript library [through a bounty on gitcoin](https://gitcoin.co/).
115-
* @mamiM did Japanese translations for @MetaMask after the [issue was funded on Bounties Network](https://beta.bounties.network/bounty/v1/134).
115+
* @mamiM did Japanese translations for @MetaMask after the [issue was funded on Bounties Network](https://explorer.bounties.network/bounty/134).
116116

117117
## Finding funding for your project
118118

_articles/pt/getting-paid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Dependendo de suas circunstâncias pessoais, você pode tentar conseguir dinheir
107107
Finalmente, as vezes, projetos open source põem recompensas em issues que você pode considerar ajudar a resolver.
108108

109109
* @ConnorChristie conseguiu ser pago por [ajudar](https://web.archive.org/web/20181030123412/https://webcache.googleusercontent.com/search?strip=1&q=cache:https%3A%2F%2Fgithub.com%2FMARKETProtocol%2FMARKET.js%2Fissues%2F14) @MARKETProtocol a trabalhar em sua biblioteca javascript [através de uma recompensa em gitcoin](https://gitcoin.co/).
110-
* @mamiM fez traduções para o Japonês para @MetaMask após a [issue ser financiada na Bounties Network](https://beta.bounties.network/bounty/v1/134).
110+
* @mamiM fez traduções para o Japonês para @MetaMask após a [issue ser financiada na Bounties Network](https://explorer.bounties.network/bounty/134).
111111

112112
## Encontrando financiamento para o seu projeto
113113

assets/js/locale.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ $(document).ready(function() {
55
});
66

77
function loadLanguage(lang) {
8-
base_pathname = window.location.pathname.replace(/^\/[a-z]+([_-][a-z]+)?\//, "/")
8+
base_pathname = window.location.pathname.replace(/\/[a-z]+([_-][a-z]+)?\//, "/")
99
if (lang === "en") {
1010
url = base_pathname
1111
} else {
12-
url = "/" + lang + base_pathname
12+
url = base_pathname + lang
1313
}
1414
window.location.assign(url);
1515
}

0 commit comments

Comments
 (0)