Skip to content

Commit

Permalink
fix(keep-pwa): i18n key
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed May 12, 2023
1 parent b186385 commit 242c56f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 0 additions & 1 deletion uniquely/keep-pwa/src/content/home-page-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ export const homePageContent: PageHomeContent = {
highlight: true,
stated: true,
icon: 'videocam-outline',
flipRtl: true,
headline: 'Aparat',
description: 'Keep Aparat Channel',
href: 'https://www.aparat.com/keeperco',
Expand Down
1 change: 0 additions & 1 deletion uniquely/keep-pwa/src/content/home-page-fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export const homePageContent: PageHomeContent = {
highlight: true,
stated: true,
icon: 'videocam-outline',
flipRtl: true,
headline: 'آپارات',
description: 'کانال آپارات کیپ',
href: 'https://www.aparat.com/keeperco',
Expand Down
4 changes: 3 additions & 1 deletion uniquely/keep-pwa/src/content/l18e-en.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"cancel": "Cancel",
"collaboration_form_title": "Collaboration Request",
"form_submitted": "Your request has been submitted.",
"collaboration_form_description": "Collaboration request form with Keep"
"collaboration_form_description": "Collaboration request form with Keep",
"invalid_form_data": "The form information is not correct.",
"check_network_connection": "Please check internet, and send again."
}
}
6 changes: 4 additions & 2 deletions uniquely/keep-pwa/src/content/l18e-fa.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
"stonemason": "سنگ‌کار",
"contractor": "پیمانکار",
"submit_form": "ارسال فرم",
"cancel": "لفو",
"cancel": "لغو",
"collaboration_form_title": "درخواست همکاری",
"form_submitted": "درخواست شما ثبت شد.",
"collaboration_form_description": "فرم درخواست همکاری با کیپ"
"collaboration_form_description": "فرم درخواست همکاری با کیپ",
"invalid_form_data": "اطلاعات فرم صحیح نمی‌باشد.",
"check_network_connection": "لطفا از اتصال خود به اینترنت اطمینان حاصل فرمایید و دوباره ارسال کنید."
}
}

0 comments on commit 242c56f

Please sign in to comment.