Skip to content

Commit

Permalink
test: Fix eslint and yarn i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
avoinea committed Aug 29, 2023
1 parent f3385cd commit 763f764
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 4 deletions.
8 changes: 8 additions & 0 deletions locales/de/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: Unknown Block {block}
msgid "Unknown Block"
msgstr ""

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: delete
msgid "delete"
msgstr ""
22 changes: 22 additions & 0 deletions locales/en/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: \n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language: \n"
"Language-Team: \n"
"Content-Type: \n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: Unknown Block {block}
msgid "Unknown Block"
msgstr ""

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: delete
msgid "delete"
msgstr ""
8 changes: 8 additions & 0 deletions locales/it/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: Unknown Block {block}
msgid "Unknown Block"
msgstr ""

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: delete
msgid "delete"
msgstr ""
8 changes: 8 additions & 0 deletions locales/ro/LC_MESSAGES/volto.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ msgstr ""
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: Unknown Block {block}
msgid "Unknown Block"
msgstr ""

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: delete
msgid "delete"
msgstr ""
10 changes: 9 additions & 1 deletion locales/volto.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Plone\n"
"POT-Creation-Date: 2023-06-28T10:48:22.678Z\n"
"POT-Creation-Date: 2023-08-29T17:38:01.779Z\n"
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
Expand All @@ -13,4 +13,12 @@ msgstr ""
"Preferred-Encodings: utf-8\n"
"Domain: volto\n"

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: Unknown Block {block}
msgid "Unknown Block"
msgstr ""

#: components/manage/Blocks/Group/EditBlockWrapper
# defaultMessage: delete
msgid "delete"
msgstr ""
6 changes: 3 additions & 3 deletions src/components/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export GroupBlockEdit from './manage/Blocks/Group/Edit';
export GroupBlockView from './manage/Blocks/Group/View';
export GroupBlockLayout from './manage/Blocks/Group/LayoutSchema';
export { default as GroupBlockEdit } from './manage/Blocks/Group/Edit';
export { default as GroupBlockView } from './manage/Blocks/Group/View';
export { default as GroupBlockLayout } from './manage/Blocks/Group/LayoutSchema';

0 comments on commit 763f764

Please sign in to comment.