|
| 1 | +/* eslint-disable translate-obj-prop/translate-obj-prop */ |
1 | 2 | import { __ } from '@common/helpers/i18nwrap' |
2 | 3 |
|
3 | 4 | export default { |
4 | 5 | chatLink: 'https://tawk.to/chat/60eac4b6d6e7610a49aab375/1faah0r3e', |
5 | 6 | facebookCommunity: 'https://www.facebook.com/groups/bitcommunityusers', |
6 | 7 | linkedIn: 'https://www.linkedin.com/company/bitapps', |
7 | 8 | plugins: { |
8 | | - 'bit-flows': { |
| 9 | + 'bit-pi': { |
9 | 10 | buyLink: 'https://bit-flows.com/#pricing/', |
10 | | - description: __('Bit Flows - Zapier Alternative in WordPress Unlimited Task.'), |
| 11 | + description: 'Bit Flows - ' + __('Zapier Alternative in WordPress Unlimited Task.'), |
11 | 12 | docLink: 'https://bit-flows.com/documentation/', |
12 | 13 | reviewLink: 'https://wordpress.org/support/plugin/bit-pi/reviews/', |
13 | | - title: __('Bit Flows'), |
| 14 | + title: 'Bit Flows', |
14 | 15 | website: 'https://bit-flows.com', |
15 | 16 | wpSupportThread: 'https://wordpress.org/support/plugin/bit-pi/' |
16 | 17 | }, |
17 | 18 | 'bit-social': { |
18 | 19 | buyLink: 'https://bit-social.com/#pricing/', |
19 | | - description: `An social media management plugin for WordPress, that allows you to share your post to |
20 | | - different social media platform, schedule post, manage social media account and many more |
21 | | - feature.`, |
| 20 | + description: __( |
| 21 | + 'An social media management plugin for WordPress, that allows you to share your post to different social media platform, schedule post, manage social media account and many more feature.' |
| 22 | + ), |
22 | 23 | docLink: 'https://bit-social.com/documentation/', |
23 | 24 | reviewLink: 'https://wordpress.org/support/plugin/bit-social/reviews/', |
24 | | - title: __('Bit Social'), |
| 25 | + title: 'Bit Social', |
25 | 26 | website: 'https://bit-social.com', |
26 | 27 | wpSupportThread: 'https://wordpress.org/support/plugin/bit-social/' |
27 | 28 | } |
|
0 commit comments