Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beta 1 dev #1262

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
=lang: remove other langs on packages/core/src/services/invites/Invit…
…esRequestsService.ts
  • Loading branch information
lemagnifick committed Jul 16, 2020
commit c566d7166b6ada5a4101ef3d2ad0bf196133d0f8
19 changes: 0 additions & 19 deletions packages/core/src/services/invites/InvitesRequestsService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,25 +308,6 @@ export class InvitesRequestsService extends DBService<InviteRequest>
},
},
};
case 'bg-BG':
return {
android: {
title: 'Ever стартира!',
alert: 'Кликнете, за да видите някои налични продукти.',
extra: {
event: launched,
invite: JSON.stringify(invite),
},
},
ios: {
alert: 'Ever стартира на вашия адрес. Забавлявай се!',
extra: {
event: launched,
invite: JSON.stringify(invite),
},
},
};
case 'he-IL':
default:
return {
android: {
Expand Down