Skip to content

Commit

Permalink
Change notice link
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasDevis committed Dec 21, 2023
1 parent 39d7d81 commit a45be45
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function pugCompileLocale(locale) {
};
}

function pugСompileAllLocales() {
function pugCompileAllLocales() {
return locales.map((locale) => pugCompileLocale(locale));
}

Expand All @@ -130,5 +130,5 @@ function pugCompileIndex() {
}

module.exports.compileLocale = pugCompileLocale;
module.exports.compileAllLocales = pugСompileAllLocales;
module.exports.compileAllLocales = pugCompileAllLocales;
module.exports.pugCompileIndex = pugCompileIndex;
2 changes: 1 addition & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"header": {
"button": "Sign up",
"notice": "Deplos is no longer available, this website is working in demo mode, the code can be found <a href='http://github.com/Deplos/website-public'>here</a>"
"notice": "Deplos is no longer available, this website is working in demo mode, the code can be found <a href='http://github.com/Deplos/deplos.github.io'>here</a>"
},
"specs": {
"private": "Private location",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"header": {
"button": "Зарегистрируйся",
"notice": "Deplos больше не доступен, сайт работает в демо режиме, вы можете просмотреть код <a href='http://github.com/Deplos/website-public'>тут</a>"
"notice": "Deplos больше не доступен, сайт работает в демо режиме, вы можете просмотреть код <a href='http://github.com/Deplos/deplos.github.io'>тут</a>"
},
"specs": {
"private": "Приватная локация",
Expand Down

0 comments on commit a45be45

Please sign in to comment.