Skip to content

Commit

Permalink
Merge pull request #26 from coderserdar/main
Browse files Browse the repository at this point in the history
Telefon No Commit
  • Loading branch information
alpaylan authored Feb 8, 2023
2 parents 8296184 + 1dc97f3 commit 774940e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions fe/src/components/data/CityAccommodation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function CityAccommodation({
)}
{item.phone_number && (
<p>
Detaylı bilgi için{' '}
{t('data.phone_number.link_explanation_p1')}{' '}
<b>
<a
href={`tel:+90${item.phone_number
Expand All @@ -53,7 +53,7 @@ export default function CityAccommodation({
{item.phone_number}
</a>
</b>
'i arayabilirsiniz.
{t('data.phone_number.link_explanation_p2')}{' '}
</p>
)}
{!item.is_validated && (
Expand Down
3 changes: 2 additions & 1 deletion fe/src/utils/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"data.gathering.title": "Safe Gathering Areas in {{city}}",
"data.help_item.title": "Goods Help Areas in {{city}}",
"data.important_phone_numbers.title": "Important Phone Numbers",

"data.phone_number.link_explanation_p1": "You can call",
"data.phone_number.link_explanation_p2": "for detailed information",
"button.back": "Back",
"button.language": "Change Language",
"last_update": "Last Update",
Expand Down
3 changes: 2 additions & 1 deletion fe/src/utils/locales/tr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"data.gathering.title": "{{city}} Şehrinde Güvenli Toplanma Alanları",
"data.help_item.title": "{{city}} Eşya Yardım Alanları",
"data.important_phone_numbers.title": "Önemli Telefon Numaraları",

"data.phone_number.link_explanation_p1": "Detaylar için",
"data.phone_number.link_explanation_p2": "numarasını arayabilirsiniz",
"button.back": "Geri",
"button.language": "Dili Değiştir",
"last_update": "Son güncelleme",
Expand Down

1 comment on commit 774940e

@vercel
Copy link

@vercel vercel bot commented on 774940e Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.