Skip to content

Commit

Permalink
VCST-397: Improved Export catalog items setting (#68)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew <56427313+AndrewEhlo@users.noreply.github.com>
  • Loading branch information
OlegoO and AndrewEhlo authored Feb 8, 2024
1 parent d8fe2c3 commit 5ed3878
Show file tree
Hide file tree
Showing 6 changed files with 239 additions and 238 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/module-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
run: vc-build Compress -skip Clean+Restore+Compile+Test

- name: Publish Nuget
if: ${{ (github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/master') && github.event_name != 'workflow_dispatch' }}
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'workflow_dispatch' }}
uses: VirtoCommerce/vc-github-actions/publish-nuget@master

- name: Publish to Blob
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"labelSitemapItemsLocation": "Sitemap Artikellage",
"descriptionSitemapItemsLocation": "Zur Erzeugung einer Sitemap-Item-URL können die nächsten Muster verwendet werden: {language} - wird durch Sprachcode ersetzt (d.h. en-US), {slug} - wird durch SEO semantischen URL-Teil ersetzt",
"labelSitemapItems": "Sitemap Reihen",
"sitemapMode": "Sitemap-Modus"
"sitemapMode": "Katalogelemente exportieren"
},
"sitemapModes": {
"sitemapFullMode": "Vollständige Sitemap",
"sitemapFullMode": "Kategorien und Produkte",
"sitemapOnlyCategoriesMode": "Nur Kategorien",
"sitemapOnlyProductsMode": "Nur Produkte"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"labelSitemapItemsLocation": "Sitemap items location",
"descriptionSitemapItemsLocation": "To generate a sitemap item URL can be used the next patterns: {slug} - will be replaced with SEO semantic URL part constructed depend on store SEO 'Links settings' rules. E.g /my-page/{slug}",
"labelSitemapItems": "Sitemap items",
"sitemapMode": "Sitemap mode"
"sitemapMode": "Export catalog items"
},
"sitemapModes": {
"sitemapFullMode": "Full",
"sitemapFullMode": "Сategories and products",
"sitemapOnlyCategoriesMode": "Only categories",
"sitemapOnlyProductsMode": "Only products"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
"labelSitemapItemsLocation": "Местонахождение элементов Sitemap",
"descriptionSitemapItemsLocation": "Для создания URL-адреса элементов sitemap могут быть использованы следующие шаблоны: {slug} - будет заменен частью семантической SEO в URL-адресе, построенной в зависимости от SEO правил 'Настроек ссылок'. Например, /моя-страница/{slug}",
"labelSitemapItems": "Элементы Sitemap",
"sitemapMode": "Режим контента Sitemap"
"sitemapMode": "Экспортировать элементы каталога"
},
"sitemapModes": {
"sitemapFullMode": "Полный Sitemap",
"sitemapFullMode": "Категории и продукты",
"sitemapOnlyCategoriesMode": "Только категории",
"sitemapOnlyProductsMode": "Только продукты"
},
Expand Down
Loading

0 comments on commit 5ed3878

Please sign in to comment.