jetpack
Last commit date
3rd-party
2 months ago
_inc
2 weeks ago
css
2 weeks ago
extensions
2 weeks ago
images
1 month ago
jetpack_vendor
2 weeks ago
json-endpoints
2 weeks ago
modules
2 weeks ago
sal
2 weeks ago
src
4 weeks ago
vendor
2 weeks ago
views
1 month ago
CHANGELOG.md
2 weeks ago
LICENSE.txt
5 months ago
SECURITY.md
2 years ago
class-jetpack-connection-status.php
2 years ago
class-jetpack-gallery-settings.php
6 months ago
class-jetpack-newsletter-dashboard-widget.php
6 months ago
class-jetpack-pre-connection-jitms.php
2 years ago
class-jetpack-stats-dashboard-widget.php
3 months ago
class-jetpack-xmlrpc-methods.php
6 months ago
class.frame-nonce-preview.php
6 months ago
class.jetpack-admin.php
1 month ago
class.jetpack-autoupdate.php
6 months ago
class.jetpack-cli.php
5 months ago
class.jetpack-client-server.php
2 years ago
class.jetpack-gutenberg.php
2 months ago
class.jetpack-heartbeat.php
3 months ago
class.jetpack-modules-list-table.php
6 months ago
class.jetpack-network-sites-list-table.php
6 months ago
class.jetpack-network.php
1 month ago
class.jetpack-plan.php
2 years ago
class.jetpack-post-images.php
2 months ago
class.jetpack-twitter-cards.php
3 months ago
class.jetpack-user-agent.php
2 years ago
class.jetpack.php
3 weeks ago
class.json-api-endpoints.php
2 weeks ago
class.json-api.php
2 weeks ago
class.photon.php
3 years ago
composer.json
2 weeks ago
enhanced-open-graph.php
3 months ago
functions.compat.php
3 months ago
functions.cookies.php
2 years ago
functions.global.php
1 month ago
functions.is-mobile.php
2 years ago
functions.opengraph.php
2 months ago
functions.photon.php
2 years ago
jetpack.php
2 weeks ago
json-api-config.php
3 years ago
json-endpoints.php
2 years ago
load-jetpack.php
2 months ago
locales.php
6 months ago
readme.txt
2 weeks ago
unauth-file-upload.php
6 months ago
uninstall.php
6 months ago
wpml-config.xml
3 years ago
wpml-config.xml
47 lines
| 1 | <wpml-config> |
| 2 | <admin-texts> |
| 3 | <key name="sharing-options"> |
| 4 | <key name="global"> |
| 5 | <key name="sharing_label" /> |
| 6 | </key> |
| 7 | </key> |
| 8 | <key name="highlander_comment_form_prompt" /> |
| 9 | </admin-texts> |
| 10 | <gutenberg-blocks> |
| 11 | <gutenberg-block type="jetpack/field-name" translate="1"> |
| 12 | <key name="label"> |
| 13 | </key> |
| 14 | </gutenberg-block> |
| 15 | <gutenberg-block type="jetpack/field-email" translate="1"> |
| 16 | <key name="label"> |
| 17 | </key> |
| 18 | </gutenberg-block> |
| 19 | <gutenberg-block type="jetpack/field-telephone" translate="1"> |
| 20 | <key name="label"> |
| 21 | </key> |
| 22 | </gutenberg-block> |
| 23 | <gutenberg-block type="jetpack/field-textarea" translate="1"> |
| 24 | <key name="label"> |
| 25 | </key> |
| 26 | </gutenberg-block> |
| 27 | <gutenberg-block type="jetpack/field-radio" translate="1"> |
| 28 | <key name="label"></key> |
| 29 | <key name="options"> |
| 30 | <key name="*"></key> |
| 31 | </key> |
| 32 | </gutenberg-block> |
| 33 | <gutenberg-block type="jetpack/field-select" translate="1"> |
| 34 | <key name="label"></key> |
| 35 | <key name="options"> |
| 36 | <key name="*"></key> |
| 37 | </key> |
| 38 | </gutenberg-block> |
| 39 | <gutenberg-block type="jetpack/button" translate="1"> |
| 40 | <key name="text"></key> |
| 41 | </gutenberg-block> |
| 42 | <gutenberg-block type="jetpack/field-consent" translate="1"> |
| 43 | <key name="implicitConsentMessage"></key> |
| 44 | </gutenberg-block> |
| 45 | </gutenberg-blocks> |
| 46 | </wpml-config> |
| 47 |