Skip to content

Commit

Permalink
Merge pull request #4262 from coralproject/hotfix/refreshComments-loc…
Browse files Browse the repository at this point in the history
…alization-fix

[HOTFIX v8.2.2] Repair localizations for refresh comments button
  • Loading branch information
tessalt authored Jun 8, 2023
2 parents de17101 + 8135562 commit 24f27e9
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "8.2.1",
"version": "8.2.2",
"author": "The Coral Project",
"homepage": "https://coralproject.net/",
"sideEffects": [
Expand Down
8 changes: 4 additions & 4 deletions src/locales/en-US/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -311,13 +311,13 @@ comments-mobileToolbar-closeButton =
comments-mobileToolbar-unmarkAll = Mark all as read
comments-mobileToolbar-nextUnread = Next unread
comments-refreshComments-closeButton =
comments-refreshComments-closeButton = Close
.aria-label = Close
comments-refreshComments-refreshButton =
comments-refreshComments-refreshButton = Refresh comments
.aria-label = Refresh comments
comments-refreshQuestions-refreshButton =
comments-refreshQuestions-refreshButton = Refresh questions
.aria-label = Refresh questions
comments-refreshReviews-refreshButton =
comments-refreshReviews-refreshButton = Refresh reviews
.aria-label = Refresh reviews
comments-replyChangedWarning-theCommentHasJust =
Expand Down
8 changes: 4 additions & 4 deletions src/locales/es/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ comments-rejectedTombstone =
comments-featuredTag = Resaltado
comments-refreshComments-closeButton =
comments-refreshComments-closeButton = Cerrar
.aria-label = Cerrar
comments-refreshComments-refreshButton =
comments-refreshComments-refreshButton = Actualizar comentarios
.aria-label = Actualizar comentarios
comments-refreshQuestions-refreshButton =
comments-refreshQuestions-refreshButton = Actualizar preguntas
.aria-label = Actualizar preguntas
comments-refreshReviews-refreshButton =
comments-refreshReviews-refreshButton = Actualizar revisiones
.aria-label = Actualizar revisiones
### Q&A
Expand Down
8 changes: 4 additions & 4 deletions src/locales/fr-FR/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ comments-jumpToComment-GoToReply = Aller à la réponse
comments-permalink-copyLink = Copier le lien
comments-permalink-linkCopied = Lien copié

comments-refreshComments-closeButton =
comments-refreshComments-closeButton = Fermer
.aria-label = Fermer
comments-refreshComments-refreshButton =
comments-refreshComments-refreshButton = Rafraîchir les commentaires
.aria-label = Rafraîchir les commentaires
comments-refreshQuestions-refreshButton =
comments-refreshQuestions-refreshButton = Rafraîchir les questions
.aria-label = Rafraîchir les questions
comments-refreshReviews-refreshButton =
comments-refreshReviews-refreshButton = Rafraîchir les avis
.aria-label = Rafraîchir les avis

### Q&A
Expand Down
8 changes: 4 additions & 4 deletions src/locales/nl-NL/stream.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -312,13 +312,13 @@ comments-mobileToolbar-closeButton =
comments-mobileToolbar-unmarkAll = Markeer alle als gelezen
comments-mobileToolbar-nextUnread = Volgende ongelezen
comments-refreshComments-closeButton =
comments-refreshComments-closeButton = Sluiten
.aria-label = Sluiten
comments-refreshComments-refreshButton =
comments-refreshComments-refreshButton = Herlaad reacties
.aria-label = Herlaad reacties
comments-refreshQuestions-refreshButton =
comments-refreshQuestions-refreshButton = Herlaad vragen
.aria-label = Herlaad vragen
comments-refreshReviews-refreshButton =
comments-refreshReviews-refreshButton = Herlaad reviews
.aria-label = Herlaad reviews
comments-replyChangedWarning-theCommentHasJust =
Expand Down

0 comments on commit 24f27e9

Please sign in to comment.