Version Description
[ Bug fix ] Admin transration
Download this release
Release Info
Developer | vektor-inc |
Plugin | VK Block Patterns |
Version | 1.16.2 |
Comparing to | |
See all releases |
Code changes from version 1.16.1 to 1.16.2
- admin/admin.php +10 -0
- languages/vk-block-patterns-ja.mo +0 -0
- languages/vk-block-patterns-ja.po +0 -49
- readme.txt +3 -0
- vk-block-patterns.php +1 -1
admin/admin.php
CHANGED
@@ -133,3 +133,13 @@ function vbp_admin_enqueue_scripts( $hook_suffix ) {
|
|
133 |
wp_localize_script( 'vk-patterns-admin-js', 'vkpOptions', $vbp_options );
|
134 |
}
|
135 |
add_action( 'admin_enqueue_scripts', 'vbp_admin_enqueue_scripts' );
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
wp_localize_script( 'vk-patterns-admin-js', 'vkpOptions', $vbp_options );
|
134 |
}
|
135 |
add_action( 'admin_enqueue_scripts', 'vbp_admin_enqueue_scripts' );
|
136 |
+
|
137 |
+
/**
|
138 |
+
* Add admin js transration
|
139 |
+
*
|
140 |
+
* @return void
|
141 |
+
*/
|
142 |
+
function vbp_admin_script_translations() {
|
143 |
+
wp_set_script_translations( 'vk-patterns-admin-js', 'vk-block-patterns' );
|
144 |
+
}
|
145 |
+
add_action( 'init', 'vbp_admin_script_translations' );
|
languages/vk-block-patterns-ja.mo
DELETED
Binary file
|
languages/vk-block-patterns-ja.po
DELETED
@@ -1,49 +0,0 @@
|
|
1 |
-
msgid ""
|
2 |
-
msgstr ""
|
3 |
-
"Project-Id-Version: VK Block Patterns\n"
|
4 |
-
"POT-Creation-Date: 2020-08-19 13:31+0900\n"
|
5 |
-
"PO-Revision-Date: 2020-08-19 13:31+0900\n"
|
6 |
-
"Last-Translator: \n"
|
7 |
-
"Language-Team: \n"
|
8 |
-
"Language: ja\n"
|
9 |
-
"MIME-Version: 1.0\n"
|
10 |
-
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
-
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.4.1\n"
|
13 |
-
"X-Poedit-Basepath: ..\n"
|
14 |
-
"Plural-Forms: nplurals=1; plural=0;\n"
|
15 |
-
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
-
"X-Poedit-WPHeader: vk-block-patterns.php\n"
|
17 |
-
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
-
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
-
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;"
|
20 |
-
"_n_noop:1,2;_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
-
"X-Poedit-SearchPath-0: .\n"
|
22 |
-
"X-Poedit-SearchPathExcluded-0: *.min.js\n"
|
23 |
-
|
24 |
-
#: inc/vk-block-patterns/package/class-vk-block-patterns.php:31
|
25 |
-
msgid "Block Patterns"
|
26 |
-
msgstr "ブロックパターン"
|
27 |
-
|
28 |
-
#. Plugin Name of the plugin/theme
|
29 |
-
msgid "VK Block Patterns"
|
30 |
-
msgstr "VK Block Patterns"
|
31 |
-
|
32 |
-
#. Plugin URI of the plugin/theme
|
33 |
-
#. Author URI of the plugin/theme
|
34 |
-
msgid "https://lightning.nagoya/"
|
35 |
-
msgstr "https://lightning.nagoya/"
|
36 |
-
|
37 |
-
#. Description of the plugin/theme
|
38 |
-
msgid "You can make and register your original custom block patterns."
|
39 |
-
msgstr "オリジナルのカスタムブロックパターンを作って登録できます。"
|
40 |
-
|
41 |
-
#. Author of the plugin/theme
|
42 |
-
msgid "Vektor,Inc."
|
43 |
-
msgstr "Vektor,Inc."
|
44 |
-
|
45 |
-
#~ msgid "Category"
|
46 |
-
#~ msgstr "カテゴリー"
|
47 |
-
|
48 |
-
#~ msgid "Block Patterns Category"
|
49 |
-
#~ msgstr "ブロックパターンカテゴリー"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readme.txt
CHANGED
@@ -16,6 +16,9 @@ When you activate this plugin that create new custom post type for custom block
|
|
16 |
|
17 |
== Changelog ==
|
18 |
|
|
|
|
|
|
|
19 |
= 1.16.1 =
|
20 |
[ Add ][ Japanese ] Add VK Pattern Library link to block editor
|
21 |
[ Add style ] Add Table class
|
16 |
|
17 |
== Changelog ==
|
18 |
|
19 |
+
= 1.16.2 =
|
20 |
+
[ Bug fix ] Admin transration
|
21 |
+
|
22 |
= 1.16.1 =
|
23 |
[ Add ][ Japanese ] Add VK Pattern Library link to block editor
|
24 |
[ Add style ] Add Table class
|
vk-block-patterns.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: VK Block Patterns
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-block-patterns
|
5 |
* Description: You can make and register your original custom block patterns.
|
6 |
-
* Version: 1.16.
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|
3 |
* Plugin Name: VK Block Patterns
|
4 |
* Plugin URI: https://github.com/vektor-inc/vk-block-patterns
|
5 |
* Description: You can make and register your original custom block patterns.
|
6 |
+
* Version: 1.16.2
|
7 |
* Requires at least: 5.8
|
8 |
* Author: Vektor,Inc.
|
9 |
* Author URI: https://vektor-inc.co.jp
|