This commit is contained in:
erwanlr
2023-03-19 19:28:09 +01:00
parent 63094494d3
commit fb812554f3
112 changed files with 110709 additions and 9 deletions

View File

@@ -0,0 +1,42 @@
{
"name": "wp-jobbnorge-block",
"version": "1.0.10",
"description": "Jobbnorge Block for WordPress Gutenberg",
"author": "Per Søderlind <per@soderlind.no>",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/dss-web/wp-jobbnorge-block",
"main": "build/init.js",
"files": [
"build/**",
"languages/**",
"*.{php,txt}"
],
"scripts": {
"build": "wp-scripts build",
"bump": "wp-update-project-version -s package.json -p readme.txt src/block.json wp-jobb-norge.php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"i18n-pot": "wp i18n make-pot ./ ./languages/wp-jobbnorge-block.pot --headers='{\"Last-Translator\":\"Per Søderlind <per@soderlind.no\"}' && cp ./languages/wp-jobbnorge-block.pot ./languages/wp-jobbnorge-block-en_US.po",
"i18n-json": "wp i18n make-json languages/ --no-purge --pretty-print",
"i18n-mo": "for file in `find . -name \"*.po\"` ; do msgfmt -o ${file/.po/.mo} $file ; done",
"i18n": "npm run i18n-pot && npm run i18n-json && npm run i18n-mo"
},
"devDependencies": {
"@wordpress/scripts": "^25.1.0"
},
"dependencies": {
"@masonite/wp-project-version-sync": "^1.1.0",
"@wordpress/block-editor": "^11.1.0",
"@wordpress/blocks": "^12.1.0",
"@wordpress/components": "^23.1.0",
"@wordpress/element": "^5.1.0",
"@wordpress/i18n": "^4.24.0",
"@wordpress/icons": "^9.15.0",
"@wordpress/server-side-render": "^4.1.0",
"@wordpress/url": "^3.25.0"
}
}

View File

@@ -0,0 +1,80 @@
# Copyright (C) 2023 PerS
# This file is distributed under the same license as the Jobbnorge Block plugin.
msgid ""
msgstr ""
"Project-Id-Version: Jobbnorge Block 1.0.10\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/jobbnorge-block\n"
"Last-Translator: Per Søderlind <per@soderlind.no\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: 2023-01-25T18:15:23+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.4.0\n"
"X-Domain: wp-jobbnorge-block\n"
#. Plugin Name of the plugin
msgid "Jobbnorge Block"
msgstr ""
#. Plugin URI of the plugin
msgid "https://wordpress.org/plugins/jobbnorge-block/"
msgstr ""
#. Description of the plugin
msgid "List jobs at jobbnorge.no"
msgstr ""
#. Author of the plugin
msgid "PerS"
msgstr ""
#: wp-jobb-norge.php:146
#: src/edit.js:153
msgid "There are no jobs at this time."
msgstr ""
#: wp-jobb-norge.php:214
msgid "Deadline:"
msgstr ""
#: wp-jobb-norge.php:225
msgid "Read more"
msgstr ""
#: wp-jobb-norge.php:235
msgid "Scope"
msgstr ""
#: wp-jobb-norge.php:244
msgid "Duration"
msgstr ""
#: src/edit.js:94
msgid "Edit Jobbnorge URL"
msgstr ""
#: src/edit.js:143
msgid "No jobs found message"
msgstr ""
#: src/edit.js:147
msgid "Message to display if no jobs are found"
msgstr ""
#: src/edit.js:163
msgid "Item"
msgstr ""
#: src/edit.js:170
msgid "Display deadline"
msgstr ""
#: src/edit.js:175
msgid "Display scope"
msgstr ""
#: src/edit.js:180
msgid "Display duration"
msgstr ""