Skip to content

Commit

Permalink
More translations
Browse files Browse the repository at this point in the history
  • Loading branch information
cguess committed Jan 31, 2025
1 parent 4275a84 commit a42688c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/views/media_vault/authors/_author_archive.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<div class="author-archive__header">
<h2 class="author-archive__title">
<span class="author-archive__title__archive-size"><%= @archive_items.length %></span>
<%= "item".pluralize(@archive_items.length) %>
archived
<%= t("authors.item").pluralize(@archive_items.length) %>
<%= t("authors.archived") %>
</h2>
<div class="author-archive__actions">
<% if @show_download_button %>
<%= link_to media_vault_author_path(@author, platform: @author.platform, format: :json), {
title: "Download user archive in JSON format",
title: t("authors.download_user_archive"),
class: "btn icon-prefixed",
download: true
} do %>
Expand Down
2 changes: 1 addition & 1 deletion config/locales/Dashboard/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ en:
organization: "Organization"
archive_a_url_of_a_social_media: "Archive a URL of a social media post to your MyVault"
archive: "Archive"
arcfhived: "Archived"
archived: "Archived"
url_to_archive: "URL To Archive"
published_on: "Published on"
archived_at: "Archived at"
Expand Down
2 changes: 1 addition & 1 deletion config/locales/Dashboard/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ es:
organization: "Organización"
archive_a_url_of_a_social_media: "Archive a URL of a social media post to your MyVault"
archive: "Archivo"
arcfhived: "Archivado"
archived: "Archivado"
url_to_archive: "URL al archivo"
published_on: "Publicado en"
archived_at: "Archivado en"
Expand Down

0 comments on commit a42688c

Please sign in to comment.