Skip to content

Commit

Permalink
Merge pull request #2091 from vektor-inc/develop
Browse files Browse the repository at this point in the history
[ Change version ] 1.78.0.0
  • Loading branch information
kurudrive authored Jul 4, 2024
2 parents dac1a62 + aaff1b4 commit 705cec0
Show file tree
Hide file tree
Showing 31 changed files with 6,004 additions and 2,035 deletions.
10 changes: 5 additions & 5 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module.exports = ( api ) => {

return {
presets: [
['@babel/preset-env', {
"modules": "commonjs"
}],
['@babel/preset-env'],
'@wordpress/babel-preset-default'
],
plugins: [
'@emotion/babel-plugin',
'babel-plugin-inline-json-import'
],
'babel-plugin-inline-json-import',
"@babel/plugin-transform-async-to-generator",
"@babel/plugin-transform-regenerator"
],
};
};
2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-admin-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja-vk-blocks-build-js.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion languages/vk-blocks-pro-ja.l10n.php

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions languages/vk-blocks-pro-ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -2585,6 +2585,14 @@ msgstr "枠線 ピン角"
msgid "Border Rounded"
msgstr "枠線 角丸"

#: src/blocks/faq2-a/save.js:9
msgid "Answer"
msgstr "回答"

#: src/blocks/faq2-q/save.js:9
msgid "Question"
msgstr "質問"

#: src/blocks/faq2/edit.js:38
msgid "Use common settings"
msgstr "共通設定を使用"
Expand Down
10 changes: 10 additions & 0 deletions languages/vk-blocks-pro-js.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2593,6 +2593,16 @@ msgstr ""
msgid "Border Rounded"
msgstr ""

#: src/blocks/faq/save.js:16
#: src/blocks/faq2-q/save.js:9
msgid "Question"
msgstr ""

#: src/blocks/faq/save.js:20
#: src/blocks/faq2-a/save.js:9
msgid "Answer"
msgstr ""

#: src/blocks/faq2/edit.js:38
msgid "Use common settings"
msgstr ""
Expand Down
6 changes: 5 additions & 1 deletion languages/vk-blocks-pro.l10n.php

Large diffs are not rendered by default.

Loading

0 comments on commit 705cec0

Please sign in to comment.