-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b50a89
commit 30cc2dd
Showing
8 changed files
with
101 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
.idea/ | ||
.vscode/ | ||
node_modules/ | ||
.node_modules/ | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
# Copyright (C) 2018 Ultimate_Blocks | ||
# This file is distributed under the same license as the Ultimate_Blocks package. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Ultimate_Blocks\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language-Team: Ultimate Blocks <[email protected]>\n" | ||
"Last-Translator: Imtiaz Rayhan <[email protected]>\n" | ||
"Report-Msgid-Bugs-To: https://github.com/imtiazrayhan/Ultimate-Blocks/issues\n" | ||
"X-Poedit-Basepath: ..\n" | ||
"X-Poedit-KeywordsList: __;_e;_ex:1,2c;_n:1,2;_n_noop:1,2;_nx:1,2,4c;_nx_noop:1,2,3c;_x:1,2c;esc_attr__;esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c\n" | ||
"X-Poedit-SearchPath-0: .\n" | ||
"X-Poedit-SearchPathExcluded-0: *.js\n" | ||
"X-Poedit-SourceCharset: UTF-8\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: ../admin/templates/help/help-page.php:20 | ||
msgid "Welcome to Ultimate Blocks!" | ||
msgstr "" | ||
|
||
#: ../admin/templates/help/help-page.php:21 | ||
msgid "Essential Collection of Blocks for Gutenberg Editor" | ||
msgstr "" | ||
|
||
#: ../admin/templates/help/help-page.php:24 | ||
msgid "Ultimate Blocks comes with the essential Gutenberg blocks you need to create better content with Gutenberg." | ||
msgstr "" | ||
|
||
#: ../admin/templates/help/help-page.php:25 | ||
msgid "11 awesome blocks." | ||
msgstr "" | ||
|
||
#: ../admin/templates/help/help-page.php:25 | ||
msgid "More in the making..." | ||
msgstr "" | ||
|
||
#: ../admin/templates/help/help-page.php:29 | ||
msgid "Manage the Blocks" | ||
msgstr "" | ||
|
||
#: ../admin/templates/menus/main-menu.php:22 | ||
msgid "All" | ||
msgstr "" | ||
|
||
#: ../admin/templates/menus/main-menu.php:23 | ||
msgid "Enabled" | ||
msgstr "" | ||
|
||
#: ../admin/templates/menus/main-menu.php:24 | ||
msgid "Disabled" | ||
msgstr "" | ||
|
||
#: ../admin/templates/menus/main-menu.php:36 | ||
msgid "%s" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,26 @@ | ||
{ | ||
"name": "ultimate-blocks-cgb-guten-block", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "cgb-scripts start", | ||
"build": "cgb-scripts build", | ||
"eject": "cgb-scripts eject" | ||
}, | ||
"dependencies": { | ||
"ajv": ">=6.0.0", | ||
"cgb-scripts": "1.9.5", | ||
"react": "16.2.0", | ||
"react-autosize-textarea": "2.0.0", | ||
"react-dom": "16.2.0", | ||
"react-sortable-hoc": "^0.6.8" | ||
}, | ||
"devDependencies": { | ||
"classnames": "^2.2.5" | ||
} | ||
} | ||
"name": "ultimate-blocks-cgb-guten-block", | ||
"version": "1.0.0", | ||
"private": true, | ||
"scripts": { | ||
"start": "cgb-scripts start", | ||
"build": "cgb-scripts build", | ||
"eject": "cgb-scripts eject", | ||
"pot": "wp-pot --src '**/*.php' --dest-file 'languages/ultimate-blocks.pot' --package 'Ultimate_Blocks' --domain 'ultimate-blocks' --last-translator 'Imtiaz Rayhan <[email protected]>' --team 'Ultimate Blocks <[email protected]>' --bug-report 'https://github.com/imtiazrayhan/Ultimate-Blocks/issues'" | ||
}, | ||
"dependencies": { | ||
"ajv": ">=6.0.0", | ||
"cgb-scripts": "1.9.5", | ||
"react": "16.2.0", | ||
"react-autosize-textarea": "2.0.0", | ||
"react-dom": "16.2.0", | ||
"react-sortable-hoc": "^0.6.8" | ||
}, | ||
"devDependencies": { | ||
"classnames": "^2.2.5", | ||
"gulp": "^3.9.1", | ||
"gulp-notify": "^3.0.0", | ||
"gulp-sort": "^2.0.0", | ||
"gulp-wp-pot": "^2.0.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters