From d0086acda917c93b619fd01a1a7dcbf58479b91b Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 11:28:41 +0530
Subject: [PATCH 1/6] Update _tagging.html.erb
---
app/views/tag/_tagging.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/views/tag/_tagging.html.erb b/app/views/tag/_tagging.html.erb
index ccffa5560b..d87b2a7589 100644
--- a/app/views/tag/_tagging.html.erb
+++ b/app/views/tag/_tagging.html.erb
@@ -6,7 +6,7 @@
<% if @node.normal_tags.count > 0 %>
- This is part of:
+ <%= translation('tag._tagging.part_of') %>
<% end %>
From 24a5096ceb56023a2809b4574297a55f1f84e3dc Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 11:31:00 +0530
Subject: [PATCH 2/6] Update fr.yml
---
config/locales/fr.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 6d54f09dec..65acf7e8b4 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -378,6 +378,7 @@ fr:
write_research_note: "Écrire une note de recherche"
_tagging:
enter_tags: "entrez des tags"
+ <%= translation('tag._tagging.part_of') %>
contributors:
contributors_for: "Contributeur·ices pour %{tag_name}"
contributions_over_past_year: "Ci-dessus : contributions de la dernière année."
From f6b57417827fe12388ca51f81140b9c0f20b93d3 Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 11:32:31 +0530
Subject: [PATCH 3/6] Update en.yml
---
config/locales/en.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 06461123a2..3820f3aaca 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -547,6 +547,7 @@ en:
write_research_note: "Write a research note"
_tagging:
enter_tags: "Enter tags"
+ part_of: "This is part of:"
contributors:
contributors_for: "Contributors for %{tag_name}"
contributions_over_past_year: "Above: contributions over the past year."
From e1edec8213c37f0b21b2daeba884aeff80621a1f Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 11:41:20 +0530
Subject: [PATCH 4/6] Update fr.yml
---
config/locales/fr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index 65acf7e8b4..a09e4fd1de 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -378,7 +378,7 @@ fr:
write_research_note: "Écrire une note de recherche"
_tagging:
enter_tags: "entrez des tags"
- <%= translation('tag._tagging.part_of') %>
+ part_of: "Cela fait partie de:"
contributors:
contributors_for: "Contributeur·ices pour %{tag_name}"
contributions_over_past_year: "Ci-dessus : contributions de la dernière année."
From 77153a6f1b2731a2e9d2e5a981cc5ef26c0d7992 Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 12:10:38 +0530
Subject: [PATCH 5/6] Update config/locales/en.yml
Co-authored-by: Tilda Udufo
---
config/locales/en.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/locales/en.yml b/config/locales/en.yml
index 3820f3aaca..fb8c87a53c 100644
--- a/config/locales/en.yml
+++ b/config/locales/en.yml
@@ -547,7 +547,7 @@ en:
write_research_note: "Write a research note"
_tagging:
enter_tags: "Enter tags"
- part_of: "This is part of:"
+ part_of: "This is part of:"
contributors:
contributors_for: "Contributors for %{tag_name}"
contributions_over_past_year: "Above: contributions over the past year."
From 8a6cc80f1b23fc0e8dc0e51492bb788040ac6e1e Mon Sep 17 00:00:00 2001
From: Ishika414 <78595001+Ishika414@users.noreply.github.com>
Date: Wed, 13 Apr 2022 12:26:08 +0530
Subject: [PATCH 6/6] Update config/locales/fr.yml
Co-authored-by: Tilda Udufo
---
config/locales/fr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index a09e4fd1de..4e06c89b9f 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -378,7 +378,7 @@ fr:
write_research_note: "Écrire une note de recherche"
_tagging:
enter_tags: "entrez des tags"
- part_of: "Cela fait partie de:"
+ part_of: "Cela fait partie de:"
contributors:
contributors_for: "Contributeur·ices pour %{tag_name}"
contributions_over_past_year: "Ci-dessus : contributions de la dernière année."