mirror of
https://github.com/monero-project/monero-site.git
synced 2024-12-23 03:59:26 +00:00
Update a bunch of things to new hosting on gitlab (repo.getmonero.org / gitlab kovri-project)
This commit is contained in:
parent
fb43bee9e0
commit
1c38c33780
31 changed files with 44 additions and 44 deletions
10
README.md
10
README.md
|
@ -68,7 +68,7 @@ If for any reason you have questions or need to contact us, you can find us on t
|
|||
* Install Bundler: `gem install bundler`
|
||||
* Install Jekyll with all dependencies (run from the project directory): `bundle`
|
||||
|
||||
* GitHub: Pretty much everything in Monero is hosted on [GitHub](https://github.com) and uses Git as the primary version control system. If you're not familiar with how to use Git, you can check out [this tutorial](https://guides.github.com/activities/hello-world/) for a good overview. It will take you through pretty much everything you'll need to know to edit the website. If you haven't already, register for GitHub and fork the [Monero Website repository](https://github.com/monero-project/monero-site).
|
||||
* GitHub/GitLab: Pretty much everything in Monero is hosted on [GitHub](https://github.com), [getmonero GitLab](https://repo.getmonero.org/users/monero-project/projects) or [GitLab](https://gitlab.com/users/kovri-project/projects) and uses Git as the primary version control system. If you're not familiar with how to use Git, you can check out [this tutorial](https://guides.github.com/activities/hello-world/) for a good overview. It will take you through pretty much everything you'll need to know to edit the website. If you haven't already, register for GitHub and fork the [Monero Website repository](https://repo.getmonero.org/monero-project/monero-site).
|
||||
|
||||
* Markdown experience: To write pages, you're going to need to know how to use Markdown. It's basically an in-between language that enables people who don't know HTML to just write, and it will be compiled into HTML for you. You can find a great Markdown cheat sheet with examples [here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). IF you need more help, Google and YouTube are great resources.
|
||||
|
||||
|
@ -104,11 +104,11 @@ When you make an edit to ANY page on the English language of this website, PLEAS
|
|||
|
||||
The Monero Translation workgroup will do their best to keep tabs on all changes of the site, but it'd be nice to notify them that you've changed a page so they can make sure the equivalent pages are changed accordingly in the other languages.
|
||||
|
||||
#### GitHub Issues
|
||||
#### GitLab Issues
|
||||
We ask that if you open an issue on the site that you remain available for clarifying questions or corrections. We do our best to close issues that are resolved when we make changes to the site, but If your issue is resolved by a contributor and the issue is not closed we ask that you close it in a timely manner. A contributor (rehrar, SamsungGalaxyPlayer, or other community members, etc) may ask you to close an issue after it's confirmed fixed. Please review the changes to the site and close your issue if you can verify that it's fixed.
|
||||
|
||||
#### Pull Requests
|
||||
Contributors should use [issue keywords](https://help.github.com/articles/closing-issues-using-keywords/) to make it easier for maintainers to close issues when they merge. Include close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved, etc in the commit message or pull request description, so that the correct issue can be closed if your PR is merged. (Example: 'fixes #1234' could close Issue 1234 when merged.)
|
||||
Contributors should use [issue keywords](https://docs.gitlab.com/ee/user/project/issues/automatic_issue_closing.html) to make it easier for maintainers to close issues when they merge. Include close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved, etc in the commit message or pull request description, so that the correct issue can be closed if your PR is merged. (Example: 'fixes #1234' could close Issue 1234 when merged.)
|
||||
|
||||
Pull requests allow others to make comments or review your changes to the site. We ask that you remain available to comment or make changes to your PR. Pull requests with pending changes for more than 30 days will be closed and need to be resubmitted in the future. Sometimes someone else's changes might make your changes conflict with the current site. If that happens you may need to rebase your PR. (If you're unsure about how to do so, you can reach out to other contributors on IRC (freenode #monero) and someone should be able to walk you through it.
|
||||
|
||||
|
@ -395,7 +395,7 @@ Find the area that you want to update and copy the code below:
|
|||
- name:
|
||||
url:
|
||||
```
|
||||
Put the name or handle of the person in the `name` section and in the `url:` section put the link to their GitHub URL (it must have https:// at the beginning). If they have no GitHub, then you may leave it blank, it won't mess anything up.
|
||||
Put the name or handle of the person in the `name` section and in the `url:` section put the link to their GitHub or GitLab URL (it must have https:// at the beginning). If they have no GitHub, then you may leave it blank, it won't mess anything up.
|
||||
|
||||
**Make sure the indentation is EXACTLY the same as the other proposals in the area. If it's not the jekyll build WILL fail.**
|
||||
|
||||
|
@ -404,7 +404,7 @@ Save the file.
|
|||
### 8.2 Build/Test
|
||||
Build your website using `jekyll serve` if it's not rebuilding automatically. If the build fails and you receive an error, you may have messed up somewhere in the `team.yml` file back in 8.1. Go back to that section and check the indentation. Yes, it's stupid. Yes, it has to be perfect.
|
||||
|
||||
If the build is successful, go to the Team page `/community/team/` and check to see that the contributor is showing up in the correct place. Click their GitHub link (if applicable) and make sure it redirects correctly. Test the page and let rehrar know if there are any bugs.
|
||||
If the build is successful, go to the Team page `/community/team/` and check to see that the contributor is showing up in the correct place. Click their GitHub or GitLab link (if applicable) and make sure it redirects correctly. Test the page and let rehrar know if there are any bugs.
|
||||
|
||||
### 8.3 Submit a Pull Request
|
||||
You're all done. Submit a PR and wait for it to be reviewed and merged. Be sure to make any changes if requested.
|
||||
|
|
|
@ -140,7 +140,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "yes"
|
||||
intro1: التجار من جميع الأنواع يُقدرون قيمه السريه الماليه التي يوفرها مونيرو. بالأدني قائمه للتجار الذين نعرف أنهم يقبلون مونيرو لمنتجاتهم او خدماتهم. إذا كان هناك شركه لا تقبل مونيرو أدناه أو كنت تود إضافه شركتك للقائمه, من فضلك
|
||||
intro2: إفتح مسأله في GITHUB
|
||||
intro2: إفتح مسأله في GitLab
|
||||
disclaimer: |
|
||||
"من فضلك لاحظ: هذه الروابط تم توفيرها هنا لسهوله الوصول ولإغراض تعريفيه فقط: ولا تشكل موافقه او دعم من مجتمع مونيرو لأي من المنتجات أو الخدمات أو رأي في الشركه أو المؤسسه المعروضه هنا. مجتمع مونيرو لا يتحمل أي مسئوليه لصحه أو قانونيه أو محتوي هذه المواقع. راسل هذه المواقع للحصول علي إجابات حول ما يحتويه موقعهم. ودائما تذكر مسئوليه المشتري " إحذر كمشتري " أنت مسئول عن القيام بالبحث الخاص بك والحكم قبل الشراء من أي موقع. "
|
||||
|
||||
|
@ -548,7 +548,7 @@ moneropedia:
|
|||
translated: "no"
|
||||
add_new_button: Add New Entry
|
||||
add_new_text1: If there is an entry you'd like to modify or be added, please
|
||||
add_new_link: open an issue on this website's Github repository
|
||||
add_new_link: open an issue on this website's GitLab repository
|
||||
add_new_text2: or submit changes via pull request
|
||||
entries:
|
||||
account: Account
|
||||
|
|
|
@ -140,7 +140,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "yes"
|
||||
intro1: Merchants of all kinds have come to value the financial privacy that Monero brings. Below is a list of the merchants that we know of that currently accept Monero for their goods and services. If a company no longer accepts Monero or you would like your business to be listed, please
|
||||
intro2: open a GitHub issue and let us know.
|
||||
intro2: open a GitLab issue and let us know.
|
||||
disclaimer: |
|
||||
"Please note: these links are being provided as a convenience and for informational purposes only; they do not constitute an endorsement by the Monero community of any products, services or opinions of the corporations or organizations or individuals listed. The Monero community bears no responsibility for the accuracy, legality, or content of these external sites. Contact the external site for answers to questions regarding its content. As always, caveat emptor ('buyer beware'); you are responsible for doing your own research. Always use judgement when making online purchases."
|
||||
|
||||
|
@ -548,7 +548,7 @@ moneropedia:
|
|||
translated: "yes"
|
||||
add_new_button: Add New Entry
|
||||
add_new_text1: If there is an entry you'd like to modify or be added, please
|
||||
add_new_link: open an issue on this website's Github repository
|
||||
add_new_link: open an issue on this website's GitLab repository
|
||||
add_new_text2: or submit changes via pull request
|
||||
entries:
|
||||
account: Account
|
||||
|
|
|
@ -140,7 +140,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "yes"
|
||||
intro1: Comerciantes de todo tipo han llegado a valorar la privacidad financiera que Monero provee. A continuación se muestra una lista de comerciantes que aceptan Monero actualmente a cambio de sus bienes y servicios. Si una compañía ya no acepta Monero o te gustaría que tu negocio aparezca en la lista, puedes
|
||||
intro2: abrir un caso en GitHub.
|
||||
intro2: abrir un caso en GitLab.
|
||||
disclaimer: |
|
||||
"Tenga en cuenta: estos enlaces están siendo provistos como una conveniencia y por propósitos informativos solamente; no constituyen un acto de aprobación por la comunidad de Monero de ningún producto, servicio u opinión de las corporaciones, organizaciones o individuos listados. La comunidad de Monero no tiene responsabilidad de la exactitud, legalidad o contenido de estos sitios externos. Contacte el sitio externo para respuestas a preguntas respecto a sus contenidos. Cada individuo es responsable de su propia investigación, o en otras palabras, caveat emptor (dejar que el comprador se preocupe). Siempre utilice su juicio cuando realice compras en línea."
|
||||
|
||||
|
@ -547,7 +547,7 @@ moneropedia:
|
|||
translated: "no"
|
||||
add_new_button: Add New Entry
|
||||
add_new_text1: If there is an entry you'd like to modify or be added, please
|
||||
add_new_link: open an issue on this website's Github repository
|
||||
add_new_link: open an issue on this website's GitLab repository
|
||||
add_new_text2: or submit changes via pull request
|
||||
entries:
|
||||
account: Account
|
||||
|
|
|
@ -143,7 +143,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "yes"
|
||||
intro1: Toute sorte de commerçants ont fini par apprécier la confidentialité financière qu'apporte Monero. Vous trouverez ci-dessous une liste de commerçants dont nous savons qu'ils acceptent Monero comme moyen de paiement pour leurs biens ou leurs services. Si une société a cessé d'accepter Monero, ou bien si vous souhaitez y faire figurer votre affaire, merci
|
||||
intro2: d'ouvrir un problème sur GitHub pour nous le faire savoir.
|
||||
intro2: d'ouvrir un problème sur GitLab pour nous le faire savoir.
|
||||
disclaimer: Notez que les liens sont fournis à titre informatif uniquement. Aucun des produits, services ou opinions des compagnies, sociétés et individus cités ne sont approuvés par la communauté en raison de leur présence dans cette liste. La communauté Monero n'assume aucune responsabilité quant à l'exactitude, la légalité ou le contenu de ces sites externes. Pour des questions concernant leurs contenus, contactez directement ces sites externes. Comme toujours, seul l'acheteur est responsable de son achat (acheteurs, méfiez-vous). C'est à vous de faire vos propres recherches. Faites toujours preuve de bon sens lorsque vous effectuez des achats en ligne.
|
||||
|
||||
sponsorships:
|
||||
|
@ -549,7 +549,7 @@ moneropedia:
|
|||
translated: "yes"
|
||||
add_new_button: Ajouter une Nouvelle Entrée
|
||||
add_new_text1: Si vous souhaitez ajouter ou modifier une entrée, merci
|
||||
add_new_link: d'ouvrir une *issue* sur le dépôt GitHub du site web
|
||||
add_new_link: d'ouvrir une *issue* sur le dépôt GitLab du site web
|
||||
add_new_text2: ou de proposer vos changement par *pull request*
|
||||
entries:
|
||||
account: Compte
|
||||
|
|
|
@ -140,7 +140,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "no"
|
||||
intro1: Merchants of all kinds have come to value the financial privacy that Monero brings. Below is a list of the merchants that we know of that currently accept Monero for their goods and services. If a company no longer accepts Monero or you would like your business to be listed, please
|
||||
intro2: open a GitHub issue and let us know.
|
||||
intro2: open a GitLab issue and let us know.
|
||||
disclaimer: |
|
||||
"Please note: these links are being provided as a convenience and for informational purposes only; they do not constitute an endorsement by the Monero community of any products, services or opinions of the corporations or organizations or individuals listed. The Monero community bears no responsibility for the accuracy, legality, or content of these external sites. Contact the external site for answers to questions regarding its content. As always, caveat emptor ('buyer beware'); you are responsible for doing your own research. Always use judgement when making online purchases."
|
||||
|
||||
|
@ -547,7 +547,7 @@ moneropedia:
|
|||
translated: "no"
|
||||
add_new_button: Add New Entry
|
||||
add_new_text1: If there is an entry you'd like to modify or be added, please
|
||||
add_new_link: open an issue on this website's Github repository
|
||||
add_new_link: open an issue on this website's GitLab repository
|
||||
add_new_text2: or submit changes via pull request
|
||||
entries:
|
||||
account: Conti
|
||||
|
|
|
@ -141,7 +141,7 @@ hangouts:
|
|||
merchants:
|
||||
translated: "yes"
|
||||
intro1: Różnego rodzaju handlowcy doceniają finansową prywatność, jakiej dostarcza Monero. Poniżej znajduje się lista organizacji, o których wiemy, że akceptują Monero jako środek płatniczy za swoje produkty i usługi. Jeśli któraś z nich już nie uznaje Monero lub chciałbyś, żeby Twoja firma znalazła się na liście,
|
||||
intro2: załóż wątek na GitHub i daj nam znać.
|
||||
intro2: załóż wątek na GitLab i daj nam znać.
|
||||
disclaimer: "Uwaga: powyższe linki są jedynie udogodnieniem i służą tylko do celów informacyjnych; nie reprezentują one wsparcia społeczności Monero dla żadnego z produktów, usług ani opinii wymienionych organizacji lub osób. Społeczność Monero nie bierze odpowiedzialności za zgodność, legalność ani treść tych zewnętrznych stron. W przypadku wątpliwości związanych z treścią linków, skontaktuj się z właścicielami zewnętrznej strony. Jesteś odpowiedzialny za swoje wyszukiwania. Zawsze przemyśl swój internetowy zakup."
|
||||
|
||||
sponsorships:
|
||||
|
@ -548,7 +548,7 @@ moneropedia:
|
|||
translated: "no"
|
||||
add_new_button: Add New Entry
|
||||
add_new_text1: If there is an entry you'd like to modify or be added, please
|
||||
add_new_link: open an issue on this website's Github repository
|
||||
add_new_link: open an issue on this website's GitLab repository
|
||||
add_new_text2: or submit changes via pull request
|
||||
entries:
|
||||
account: Konto
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% if disclaimer != "" %}
|
||||
{% capture disclaimer %}<br>{{ disclaimer }}{% endcapture %}
|
||||
{% endif %}
|
||||
{% capture disclaimer %}{% t global.untranslated %} <a class="disclaimer-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.{{ disclaimer }}{% endcapture %}
|
||||
{% capture disclaimer %}{% t global.untranslated %} <a class="disclaimer-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md">README</a>.{{ disclaimer }}{% endcapture %}
|
||||
{% else %}
|
||||
|
||||
{% endif %}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<div class="untranslated">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
</div>
|
|
@ -101,5 +101,5 @@ permalink: /community/hangouts/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t hangouts.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -5,7 +5,7 @@ permalink: /community/merchants/index.html
|
|||
---
|
||||
{% t global.lang_tag %}
|
||||
<div class="text-center container description">
|
||||
<p>{% t merchants.intro1 %}<a href="https://github.com/monero-project/monero-site/issues"> {% t merchants.intro2 %}</a></p>
|
||||
<p>{% t merchants.intro1 %}<a href="https://repo.getmonero.org/monero-project/monero-site/issues"> {% t merchants.intro2 %}</a></p>
|
||||
</div>
|
||||
<div class="merchants">
|
||||
{% for toplevel in site.data.merchants %}
|
||||
|
@ -32,5 +32,5 @@ permalink: /community/merchants/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t merchants.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -103,5 +103,5 @@ permalink: /community/sponsorships/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t sponsorships.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -213,5 +213,5 @@ permalink: /community/team/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t team.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
||||
|
|
|
@ -136,5 +136,5 @@ permalink: /downloads/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t downloads.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
||||
|
|
|
@ -81,5 +81,5 @@ permalink: /get-started/accepting/index.html
|
|||
</section>
|
||||
|
||||
<div class="untranslated {% t accepting.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -88,5 +88,5 @@ permalink: /get-started/contributing/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t contributing.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -106,5 +106,5 @@ permalink: /get-started/faq/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t faq.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -88,5 +88,5 @@ permalink: /get-started/mining/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t mining.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -103,5 +103,5 @@ permalink: /get-started/using/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t using.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -122,5 +122,5 @@ permalink: /get-started/what-is-monero/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t what-is-monero.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -195,5 +195,5 @@ permalink: index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t home.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -24,5 +24,5 @@ permalink: /library/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t library.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -88,5 +88,5 @@ permalink: /press-kit/index.html
|
|||
{% endfor %}
|
||||
|
||||
<div class="untranslated {% t press-kit.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -50,5 +50,5 @@ permalink: /resources/about/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t about.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -22,5 +22,5 @@ permalink: /resources/developer-guides/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t developer-guides.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -11,10 +11,10 @@ title: titles.moneropedia
|
|||
|
||||
</div>
|
||||
|
||||
<p><a href="https://github.com/monero-project/monero-site/new/master/knowledge-base/moneropedia" class="btn-link btn-auto btn-primary">{% t moneropedia.add_new_button %}</a></p>
|
||||
<p><a href="https://repo.getmonero.org/monero-project/monero-site#60-how-to-make-a-moneropedia-entry" class="btn-link btn-auto btn-primary">{% t moneropedia.add_new_button %}</a></p>
|
||||
|
||||
{% t moneropedia.add_new_text1 %} [{% t moneropedia.add_new_link %}](https://github.com/monero-project/monero-site/issues) {% t moneropedia.add_new_text2 %}.
|
||||
{% t moneropedia.add_new_text1 %} [{% t moneropedia.add_new_link %}](https://repo.getmonero.org/monero-project/monero-site/issues) {% t moneropedia.add_new_text2 %}.
|
||||
|
||||
<div class="untranslated {% t moneropedia.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -104,5 +104,5 @@ permalink: /resources/research-lab/index.html
|
|||
</section>
|
||||
|
||||
<div class="untranslated {% t research-lab.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -158,5 +158,5 @@ permalink: /resources/roadmap/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t roadmap.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -87,5 +87,5 @@ title: titles.userguides
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t user-guides.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -136,5 +136,5 @@ permalink: /technical-specs/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t specs.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
|
@ -43,5 +43,5 @@ permalink: /the-monero-project/index.html
|
|||
</div>
|
||||
|
||||
<div class="untranslated {% t monero-project.translated %}">
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
||||
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://repo.getmonero.org/monero-project/monero-site/blob/master/README.md#140-how-to-translate-a-page">README</a>.</p>
|
||||
</div>
|
Loading…
Reference in a new issue