ssg: strings: adjust CWStaticSitePathsUrlFormatSubtitle as a custom format string syntax will be used.

This commit is contained in:
Nick Vella 2019-07-06 21:45:18 +10:00
parent e91c110614
commit de3c157798
3 changed files with 3 additions and 3 deletions

View File

@ -1195,7 +1195,7 @@ namespace OpenLiveWriter.Localization
/// </summary>
CWStaticSitePathsUrlFormat,
/// <summary>
/// Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.
/// Appended to site URL for automatic display of post after publish. Use %y for four-digit year, %m and %d for two digit months and days respectively. %f for post filenames.
/// </summary>
CWStaticSitePathsUrlFormatSubtitle,
/// <summary>

View File

@ -384,7 +384,7 @@ CWStaticSitePathsDraftsPath,Drafts path: (relative),
CWStaticSitePathsImagesPath,Images path: (relative),
CWStaticSitePathsOutputPath,"Build output path: (relative, required if building enabled)",
CWStaticSitePathsUrlFormat,Blog post URL format:,
CWStaticSitePathsUrlFormatSubtitle,"Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.",
CWStaticSitePathsUrlFormatSubtitle,"Appended to site URL for automatic display of post after publish. Use %y for four-digit year, %m and %d for two digit months and days respectively. %f for post filenames.",
CWStaticSiteConfigDetection,"{0} was able to automatically determine a partial configuration for your site. Please confirm that the pre-filled details on the next pages are correct, and complete the other missing fields.",{0} - Product name
CWStaticSiteLocalSitePath,Path to local static site:,
CWStaticSiteBuildCommand,Build command:,

Can't render this file because it has a wrong number of fields in line 52.

View File

@ -1019,7 +1019,7 @@
<value>Blog post URL format:</value>
</data>
<data name="CWStaticSitePathsUrlFormatSubtitle" xml:space="preserve">
<value>Appended to site URL for automatic display of post after publish. Follows .NET Date formatting conventions. Use %%SLUG for post slug, includes file extension.</value>
<value>Appended to site URL for automatic display of post after publish. Use %y for four-digit year, %m and %d for two digit months and days respectively. %f for post filenames.</value>
</data>
<data name="CWStaticSitePublishCommand" xml:space="preserve">
<value>Publish command:</value>