Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the missing translations #11047

Merged
merged 6 commits into from
Apr 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/tag/_tagging.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!-- This is the sidebar tagging display, also renders Subscribe button for multiple subscription -->
<p style="font-size:0.9em;color:#666;margin-top:5px;">
<% if @node.normal_tags.count > 0 %>
This is part of:
<%= translation('tag._tagging.part_of') %>
<% end %>
</p>
<div id="tags" class="node-tags">
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <i style=\"color:#aaa;\">%{tag_name}</i>"
contributions_over_past_year: "Above: contributions over the past year."
Expand Down
1 change: 1 addition & 0 deletions config/locales/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ fr:
write_research_note: "Écrire une note de recherche"
_tagging:
enter_tags: "entrez des tags"
part_of: "Cela fait partie de:"
contributors:
contributors_for: "Contributeur·ices pour <i style=\"color:#aaa;\">%{tag_name}</i>"
contributions_over_past_year: "Ci-dessus : contributions de la dernière année."
Expand Down