This commit is contained in:
erwanlr
2021-05-07 18:58:48 +02:00
parent 1d18514ab5
commit a98e37918b
21 changed files with 4184 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "modern-click-to-tweet",
"version": "1.0.0",
"description": "Adds a beautiful (and customizable) Click to Tweet block to maximize content sharing on Twitter.",
"author": "vincentdubroeucq",
"license": "GPL-3.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"make-pot": "wp i18n make-pot . languages/modern-ctt.pot --exclude=src/*",
"make-json": "wp i18n make-json languages/ --no-purge",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^5.2.9",
"@wordpress/blocks": "^7.0.5",
"@wordpress/i18n": "^3.18.0"
},
"devDependencies": {
"@wordpress/scripts": "^13.0.3"
}
}

View File

@@ -0,0 +1,154 @@
# Copyright (C) 2021 Modern Plugins
# This file is distributed under the same license as the Modern CTT plugin.
msgid ""
msgstr ""
"Project-Id-Version: Modern CTT 1.0.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/modern-ctt\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2021-05-04T10:43:19+02:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: modern-ctt\n"
#. Plugin Name of the plugin
#: build/index.js:1
msgid "Modern CTT"
msgstr ""
#. Description of the plugin
msgid "Adds a beautiful (and customizable) Click to Tweet block to maximize content sharing on Twitter."
msgstr ""
#. Author of the plugin
msgid "Modern Plugins"
msgstr ""
#. Author URI of the plugin
msgid "https://modernplugins.com/"
msgstr ""
#: modern-click-to-tweet.php:79
msgid "Click to Tweet"
msgstr ""
#: build/index.js:1
msgid "Block settings"
msgstr ""
#: build/index.js:1
msgid "URL to share"
msgstr ""
#: build/index.js:1
msgid "If left empty, defaults to post permalink"
msgstr ""
#: build/index.js:1
msgid "Twitter handle"
msgstr ""
#: build/index.js:1
msgid "Hashtags"
msgstr ""
#: build/index.js:1
msgid "Add in your hastags, just as you would on any tweet."
msgstr ""
#: build/index.js:1
msgid "Call to Action display"
msgstr ""
#: build/index.js:1
msgid "Display link as a button"
msgstr ""
#: build/index.js:1
msgid "Call to Action content"
msgstr ""
#: build/index.js:1
msgid "Icon and text"
msgstr ""
#: build/index.js:1
msgid "Icon only (text will still be visible to screen readers)"
msgstr ""
#: build/index.js:1
msgid "Text only"
msgstr ""
#: build/index.js:1
msgid "Adds a Click To Tweet blockquote."
msgstr ""
#: build/index.js:1
msgid "tweet"
msgstr ""
#: build/index.js:1
msgid "click"
msgstr ""
#: build/index.js:1
msgid "click to tweet"
msgstr ""
#: build/index.js:1
msgid "Code is poetry."
msgstr ""
#: build/index.js:1
msgid "Tweet this !"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Default"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Twitter blue"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Minimal"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Plain"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Quote"
msgstr ""
#: build/index.js:1
msgctxt "block style"
msgid "Bordered"
msgstr ""
#: build/index.js:1
msgid "Quote text"
msgstr ""
#: build/index.js:1
msgid "Write text displayed on the site."
msgstr ""
#: build/index.js:1
msgid "Button prompt"
msgstr ""
#: build/index.js:1
msgid "Tweet this"
msgstr ""