Adds Dfs
This commit is contained in:
16
spec/fixtures/dynamic_finders/plugin_version/lazy-youtube/composer_file/package.json
vendored
Normal file
16
spec/fixtures/dynamic_finders/plugin_version/lazy-youtube/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "lazy-youtube",
|
||||
"version": "1.0.0",
|
||||
"description": "A gutenberg Youtube embed block that only loads Youtube assets when the user needs them.",
|
||||
"main": "",
|
||||
"scripts": {
|
||||
"start": "wp-scripts start block/src/lazy-youtube-block.js --output-path=block/dist",
|
||||
"build": "wp-scripts build block/src/lazy-youtube-block.js --output-path=block/dist",
|
||||
"lint:js": "wp-scripts lint-js"
|
||||
},
|
||||
"author": "Laytan Laats",
|
||||
"license": "GPL-2.0+",
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "6.2.0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
# Copyright (C) 2020 Laytan Laats
|
||||
# This file is distributed under the same license as the Lazy Youtube plugin.
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Lazy Youtube 1.0.0\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/lazy-youtube\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: 2020-02-07 13:40+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"X-Generator: Poedit 1.8.7\n"
|
||||
"X-Domain: lazy-youtube\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Lazy Youtube"
|
||||
msgstr ""
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "https://github.com/laytan/lazy-youtube"
|
||||
msgstr ""
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "A gutenberg Youtube embed block that only loads Youtube assets when the user needs them."
|
||||
msgstr ""
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Laytan Laats"
|
||||
msgstr ""
|
||||
|
||||
#. Author URI of the plugin
|
||||
msgid "https://github.com/laytan"
|
||||
msgstr ""
|
||||
|
||||
#: block/dist/lazy-youtube-block.js:118 block/src/lazy-youtube-block.js:11
|
||||
msgid "Lazy youtube"
|
||||
msgstr ""
|
||||
|
||||
#: block/dist/lazy-youtube-block.js:119 block/src/lazy-youtube-block.js:12
|
||||
msgid "A youtube embed that only loads Youtube scripts when needed."
|
||||
msgstr ""
|
||||
|
||||
#: block/dist/lazy-youtube-block.js:181 block/src/lazy-youtube-block.js:68
|
||||
msgid "Youtube embed options"
|
||||
msgstr ""
|
||||
|
||||
#: block/dist/lazy-youtube-block.js:183 block/src/lazy-youtube-block.js:71
|
||||
msgid "Youtube video link"
|
||||
msgstr ""
|
||||
|
||||
#: block/dist/lazy-youtube-block.js:184 block/src/lazy-youtube-block.js:72
|
||||
msgid "Youtube video link or embed link. allowed format is [https://www.youtube.com/watch?v=video_id]."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user