Skip to content

Commit

Permalink
Update translation (#1692)
Browse files Browse the repository at this point in the history
* Update translation

* Fix build errors

---------

Co-authored-by: Ani Kalpachka <[email protected]>
  • Loading branch information
ani-kalpachka and Ani Kalpachka authored Jan 3, 2024
1 parent 3762cde commit 454a978
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions public/locales/bg/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@
"date": "Дата:",
"news": "Новини",
"wishes": "Пожелания",
"nowishes": "Няма добавени пожелания",
"seeAll": "Виж всички"
"nowishes": "Няма добавени пожелания"
},
"info-graphics": {
"donation-title": "100% от дарението отива при нуждаещите се",
Expand Down Expand Up @@ -254,4 +253,4 @@
"art": "Изкуство",
"others": "Други"
}
}
}
2 changes: 1 addition & 1 deletion public/locales/bg/news.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"edit-form-heading": "Редактирайте статия",
"read-more": "Прочети повече",
"read-less": "Прочети по-малко",
"see-all-news": "Виж всички новини",
"see-all-news": "Вижте всички новини",
"news-not-found": "Не бяха намерени новини за тази кампания",
"write-new-article": "Напишете нова статия",
"status": {
Expand Down
3 changes: 1 addition & 2 deletions public/locales/en/campaigns.json
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@
"date": "Date:",
"news": "News",
"wishes": "Wishes",
"nowishes": "No wishes yet",
"seeAll": "Show all"
"nowishes": "No wishes yet"
},
"info-graphics": {
"donation-title": "100% of the donation goes to those in need",
Expand Down
2 changes: 1 addition & 1 deletion src/components/client/campaigns/InlineDonation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default function InlineDonation({ campaign }: Props) {
{wishList && <DonationWishesInline wishList={wishList} />}
{wishList?.totalCount !== 0 && (
<Chip
label={t('campaigns:campaign.seeAll')}
label={t('campaigns:cta.see-all')}
deleteIcon={<ArrowForwardIcon />}
onDelete={() => {
return
Expand Down

0 comments on commit 454a978

Please sign in to comment.