mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 14:09:34 +01:00
intl: add other subscription providers
This commit is contained in:
committed by
Abdullah Atta
parent
a628b3fd92
commit
523ae5b07b
@@ -678,6 +678,12 @@ $headline$: Use starting line of the note as title.`,
|
||||
monthShort: () => t`mo`,
|
||||
yearShort: () => t`yr`,
|
||||
subscriptionProviderInfo: {
|
||||
0: {
|
||||
type: "Streetwriters",
|
||||
title: () => t`Subscription awarded from Streetwriters`,
|
||||
desc: () =>
|
||||
t`You were awarded a subscription to Notesnook Pro by Streetwriters.`
|
||||
},
|
||||
1: {
|
||||
type: "iOS",
|
||||
title: () => t`Subscribed on iOS`,
|
||||
@@ -697,6 +703,11 @@ $headline$: Use starting line of the note as title.`,
|
||||
title: () => t`Subscribed on Web`,
|
||||
desc: () => t`You subscribed to Notesnook Pro on the Web/Desktop App.`,
|
||||
icon: "web"
|
||||
},
|
||||
4: {
|
||||
type: "Gift card",
|
||||
title: () => t`Subscribed using gift card`,
|
||||
desc: () => t`You subscribed to Notesnook Pro using a gift card.`
|
||||
}
|
||||
},
|
||||
dark: () => t`Dark`,
|
||||
|
||||
Reference in New Issue
Block a user