From 1c38c3378035270533d31ce163fce155e7ce5597 Mon Sep 17 00:00:00 2001 From: el00ruobuob Date: Mon, 22 Oct 2018 23:49:31 +0200 Subject: [PATCH] Update a bunch of things to new hosting on gitlab (repo.getmonero.org / gitlab kovri-project) --- README.md | 10 +++++----- _i18n/ar.yml | 4 ++-- _i18n/en.yml | 4 ++-- _i18n/es.yml | 4 ++-- _i18n/fr.yml | 4 ++-- _i18n/it.yml | 4 ++-- _i18n/pl.yml | 4 ++-- _includes/disclaimer.html | 2 +- _includes/untranslated.html | 2 +- community/hangouts/index.md | 2 +- community/merchants/index.md | 4 ++-- community/sponsorships/index.md | 2 +- community/team/index.md | 2 +- downloads/index.md | 2 +- get-started/accepting/index.md | 2 +- get-started/contributing/index.md | 2 +- get-started/faq/index.md | 2 +- get-started/mining/index.md | 2 +- get-started/using/index.md | 2 +- get-started/what-is-monero/index.md | 2 +- index.html | 2 +- library/index.md | 2 +- press-kit/index.md | 2 +- resources/about/index.md | 2 +- resources/developer-guides/index.md | 2 +- resources/moneropedia/index.md | 6 +++--- resources/research-lab/index.md | 2 +- resources/roadmap/index.md | 2 +- resources/user-guides/index.md | 2 +- technical-specs/index.md | 2 +- the-monero-project/index.md | 2 +- 31 files changed, 44 insertions(+), 44 deletions(-) diff --git a/README.md b/README.md index 12983276..9f3f348a 100644 --- a/README.md +++ b/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. diff --git a/_i18n/ar.yml b/_i18n/ar.yml index 02c1e1bd..08ed4dec 100644 --- a/_i18n/ar.yml +++ b/_i18n/ar.yml @@ -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 diff --git a/_i18n/en.yml b/_i18n/en.yml index d8338f69..43ec91bd 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -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 diff --git a/_i18n/es.yml b/_i18n/es.yml index e7c5af69..2a587d19 100644 --- a/_i18n/es.yml +++ b/_i18n/es.yml @@ -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 diff --git a/_i18n/fr.yml b/_i18n/fr.yml index d3fa975e..47114811 100644 --- a/_i18n/fr.yml +++ b/_i18n/fr.yml @@ -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 diff --git a/_i18n/it.yml b/_i18n/it.yml index 7c73dc32..f92fa0ee 100644 --- a/_i18n/it.yml +++ b/_i18n/it.yml @@ -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 diff --git a/_i18n/pl.yml b/_i18n/pl.yml index c51b37a3..3faa6928 100644 --- a/_i18n/pl.yml +++ b/_i18n/pl.yml @@ -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 diff --git a/_includes/disclaimer.html b/_includes/disclaimer.html index ba13361c..a97bce92 100644 --- a/_includes/disclaimer.html +++ b/_includes/disclaimer.html @@ -16,7 +16,7 @@ {% if disclaimer != "" %} {% capture disclaimer %}
{{ disclaimer }}{% endcapture %} {% endif %} - {% capture disclaimer %}{% t global.untranslated %} README.{{ disclaimer }}{% endcapture %} + {% capture disclaimer %}{% t global.untranslated %} README.{{ disclaimer }}{% endcapture %} {% else %} {% endif %} diff --git a/_includes/untranslated.html b/_includes/untranslated.html index 54ee4c19..f99cbeab 100644 --- a/_includes/untranslated.html +++ b/_includes/untranslated.html @@ -1,3 +1,3 @@
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/community/hangouts/index.md b/community/hangouts/index.md index e99e2548..3de582a1 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -101,5 +101,5 @@ permalink: /community/hangouts/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/community/merchants/index.md b/community/merchants/index.md index 570f9891..03fcdec1 100644 --- a/community/merchants/index.md +++ b/community/merchants/index.md @@ -5,7 +5,7 @@ permalink: /community/merchants/index.html --- {% t global.lang_tag %}
-

{% t merchants.intro1 %} {% t merchants.intro2 %}

+

{% t merchants.intro1 %} {% t merchants.intro2 %}

{% for toplevel in site.data.merchants %} @@ -32,5 +32,5 @@ permalink: /community/merchants/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/community/sponsorships/index.md b/community/sponsorships/index.md index 8f27e23a..bc9d658b 100644 --- a/community/sponsorships/index.md +++ b/community/sponsorships/index.md @@ -103,5 +103,5 @@ permalink: /community/sponsorships/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/community/team/index.md b/community/team/index.md index 3e15ef10..61e1450b 100644 --- a/community/team/index.md +++ b/community/team/index.md @@ -213,5 +213,5 @@ permalink: /community/team/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

diff --git a/downloads/index.md b/downloads/index.md index 0d842b92..7af741b0 100644 --- a/downloads/index.md +++ b/downloads/index.md @@ -136,5 +136,5 @@ permalink: /downloads/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

diff --git a/get-started/accepting/index.md b/get-started/accepting/index.md index aaeb99c2..dc1c0072 100644 --- a/get-started/accepting/index.md +++ b/get-started/accepting/index.md @@ -81,5 +81,5 @@ permalink: /get-started/accepting/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/get-started/contributing/index.md b/get-started/contributing/index.md index 5fc860d1..4a90b540 100644 --- a/get-started/contributing/index.md +++ b/get-started/contributing/index.md @@ -88,5 +88,5 @@ permalink: /get-started/contributing/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/get-started/faq/index.md b/get-started/faq/index.md index d59f7ae0..fe903972 100644 --- a/get-started/faq/index.md +++ b/get-started/faq/index.md @@ -106,5 +106,5 @@ permalink: /get-started/faq/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/get-started/mining/index.md b/get-started/mining/index.md index 6e637787..7bfdcd0c 100644 --- a/get-started/mining/index.md +++ b/get-started/mining/index.md @@ -88,5 +88,5 @@ permalink: /get-started/mining/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/get-started/using/index.md b/get-started/using/index.md index 12ba427b..e0fc9d31 100644 --- a/get-started/using/index.md +++ b/get-started/using/index.md @@ -103,5 +103,5 @@ permalink: /get-started/using/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/get-started/what-is-monero/index.md b/get-started/what-is-monero/index.md index 588d1ed1..e4065e89 100644 --- a/get-started/what-is-monero/index.md +++ b/get-started/what-is-monero/index.md @@ -122,5 +122,5 @@ permalink: /get-started/what-is-monero/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/index.html b/index.html index c2cab6bc..b42056e3 100644 --- a/index.html +++ b/index.html @@ -195,5 +195,5 @@ permalink: index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/library/index.md b/library/index.md index 79bf13a7..ccdfd491 100644 --- a/library/index.md +++ b/library/index.md @@ -24,5 +24,5 @@ permalink: /library/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/press-kit/index.md b/press-kit/index.md index 0b12ff4f..e0fdc0c5 100644 --- a/press-kit/index.md +++ b/press-kit/index.md @@ -88,5 +88,5 @@ permalink: /press-kit/index.html {% endfor %}
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/about/index.md b/resources/about/index.md index 53b30058..22481143 100644 --- a/resources/about/index.md +++ b/resources/about/index.md @@ -50,5 +50,5 @@ permalink: /resources/about/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/developer-guides/index.md b/resources/developer-guides/index.md index 40118fd5..d464080d 100644 --- a/resources/developer-guides/index.md +++ b/resources/developer-guides/index.md @@ -22,5 +22,5 @@ permalink: /resources/developer-guides/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/moneropedia/index.md b/resources/moneropedia/index.md index a689765b..c1e90146 100644 --- a/resources/moneropedia/index.md +++ b/resources/moneropedia/index.md @@ -11,10 +11,10 @@ title: titles.moneropedia -

{% t moneropedia.add_new_button %}

+

{% t moneropedia.add_new_button %}

-{% 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 %}.
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/research-lab/index.md b/resources/research-lab/index.md index 18b41a66..a0f164ad 100644 --- a/resources/research-lab/index.md +++ b/resources/research-lab/index.md @@ -104,5 +104,5 @@ permalink: /resources/research-lab/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/roadmap/index.md b/resources/roadmap/index.md index 7de80d33..9b80e2ec 100644 --- a/resources/roadmap/index.md +++ b/resources/roadmap/index.md @@ -158,5 +158,5 @@ permalink: /resources/roadmap/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/resources/user-guides/index.md b/resources/user-guides/index.md index 10320433..8598d48f 100644 --- a/resources/user-guides/index.md +++ b/resources/user-guides/index.md @@ -87,5 +87,5 @@ title: titles.userguides
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/technical-specs/index.md b/technical-specs/index.md index da063b69..7a871ed2 100644 --- a/technical-specs/index.md +++ b/technical-specs/index.md @@ -136,5 +136,5 @@ permalink: /technical-specs/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file diff --git a/the-monero-project/index.md b/the-monero-project/index.md index 2103c072..be4ca6b6 100644 --- a/the-monero-project/index.md +++ b/the-monero-project/index.md @@ -43,5 +43,5 @@ permalink: /the-monero-project/index.html
-

{% t global.untranslated %} README.

+

{% t global.untranslated %} README.

\ No newline at end of file