Skip to content

Commit 5f472f1

Browse files
committed
Fixed warning by adding missing plugin string resources
1 parent 3b0d065 commit 5f472f1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/Plugins/SmartStore.GoogleMerchantCenter/Localization/resources.de-de.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Language Name="Deutsch" IsDefault="true" IsRightToLeft="false">
2+
<LocaleResource Name="Plugins.FriendlyName.SmartStore.GoogleMerchantCenter" AppendRootKey="false">
3+
<Value>Google Merchant Center (GMC) Feed</Value>
4+
</LocaleResource>
25
<LocaleResource Name="AdminInstruction">
36
<Value>
47
<![CDATA[<ul>

src/Plugins/SmartStore.GoogleMerchantCenter/Localization/resources.en-us.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<Language Name="English" IsDefault="false" IsRightToLeft="false">
2+
<LocaleResource Name="Plugins.FriendlyName.SmartStore.GoogleMerchantCenter" AppendRootKey="false">
3+
<Value>Google Merchant Center (GMC) Feed</Value>
4+
</LocaleResource>
25
<LocaleResource Name="AdminInstruction">
36
<Value>
47
<![CDATA[<ul>

0 commit comments

Comments
 (0)