Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/TrainingGuides.Admin/Localization/LocalizationConstants.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
namespace TrainingGuides.Admin.Localization;

public static class LocalizationConstants
{
public const string SpanishMXCultureCode = "es-MX";
public const string SpanishMXDisplayName = "Spanish (Mexico)";
public const string FrenchCultureCode = "fr-FR";
public const string FrenchDisplayName = "French (France)";
public const string EnglishUSCultureCode = "en-US";
public const string EnglishUSDisplayName = "English (United States)";
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using CMS.Localization;
using TrainingGuides.Admin.Localization;
using TrainingGuides.Admin.Localization.Resources;

// Register resources for additional languages
[assembly: RegisterLocalizationResource(typeof(LocalizationBuilder), LocalizationTarget.Builder, LocalizationConstants.SpanishMXCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationBuilder), LocalizationTarget.Builder, LocalizationConstants.FrenchCultureCode)]

namespace TrainingGuides.Admin.Localization.Resources;

// Class encapsulating the localization resource files
public class LocalizationBuilder { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using CMS.Localization;
using TrainingGuides.Admin.Localization;
using TrainingGuides.Admin.Localization.Resources;

// Register resources for additional languages
[assembly: RegisterLocalizationResource(typeof(LocalizationClient), LocalizationTarget.Client, LocalizationConstants.SpanishMXCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationClient), LocalizationTarget.Client, LocalizationConstants.FrenchCultureCode)]

namespace TrainingGuides.Admin.Localization.Resources;

// Class encapsulating the localization resource files
public class LocalizationClient { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
using CMS.Localization;
using TrainingGuides.Admin.Localization;
using TrainingGuides.Admin.Localization.Resources;

// Register resources for additional languages
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Server, LocalizationConstants.SpanishMXCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Server, LocalizationConstants.FrenchCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Server, LocalizationConstants.EnglishUSCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Client, LocalizationConstants.SpanishMXCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Client, LocalizationConstants.FrenchCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationCustom), LocalizationTarget.Client, LocalizationConstants.EnglishUSCultureCode)]

namespace TrainingGuides.Admin.Localization.Resources;

// Class encapsulating the localization resource files
public class LocalizationCustom { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using CMS.Localization;
using TrainingGuides.Admin.Localization;
using TrainingGuides.Admin.Localization.Resources;

// Register resources for additional languages
[assembly: RegisterLocalizationResource(typeof(LocalizationServer), LocalizationTarget.Server, LocalizationConstants.SpanishMXCultureCode)]
[assembly: RegisterLocalizationResource(typeof(LocalizationServer), LocalizationTarget.Server, LocalizationConstants.FrenchCultureCode)]

namespace TrainingGuides.Admin.Localization.Resources;

// Class encapsulating the localization resource files
public class LocalizationServer { }
Original file line number Diff line number Diff line change
@@ -0,0 +1,204 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema

Version 2.0

The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.

Example:

... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>

There are any number of "resheader" rows that contain simple
name/value pairs.

Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.

The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:

Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.

mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.

mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="TrainingGuides.CallToActionWidget.Text.Label" xml:space="preserve">
<value>CTA button text</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Text.ExplanationText" xml:space="preserve">
<value>Add your call to action. Keep it under 30 characters.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Type.Label" xml:space="preserve">
<value>Target content</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Type.ExplanationText" xml:space="preserve">
<value>Select what happens when a visitor clicks your CTA.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.TargetPage.Label" xml:space="preserve">
<value>Target page</value>
</data>
<data name="TrainingGuides.CallToActionWidget.TargetPage.ExplanationText" xml:space="preserve">
<value>Select the page in the tree.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.ContentItem.Label" xml:space="preserve">
<value>Content hub asset</value>
</data>
<data name="TrainingGuides.CallToActionWidget.ContentItem.ExplanationText" xml:space="preserve">
<value>Select a file (image, video, PDF, etc. that opens when a visitor clicks your CTA.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.AbsoluteUrl.Label" xml:space="preserve">
<value>Absolute URL</value>
</data>
<data name="TrainingGuides.CallToActionWidget.AbsoluteUrl.ExplanationText" xml:space="preserve">
<value>Add a hyperlink to an external site, or use the product's URL + anchor tag # for referencing an anchor on the page, for example, "https://your-doma.in/contact-us#form"</value>
</data>
<data name="TrainingGuides.CallToActionWidget.IsDownload.Label" xml:space="preserve">
<value>File download</value>
</data>
<data name="TrainingGuides.CallToActionWidget.IsDownload.ExplanationText" xml:space="preserve">
<value>Select if you want to log "File download activity" to the contact.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Identifier.Label" xml:space="preserve">
<value>CTA unique data identifier</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Identifier.ExplanationText" xml:space="preserve">
<value>Use this field to set an identifier of this widget instance. For example, it can come in handy for logging custom activities or distinguishing personalization variants.</value>
</data>
<data name="TrainingGuides.CallToActionWidget.OpenInNewTab.Label" xml:space="preserve">
<value>Open in new tab</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Type.Options.Page" xml:space="preserve">
<value>Page</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Type.Options.Content" xml:space="preserve">
<value>Content hub asset</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Type.Options.Absolute" xml:space="preserve">
<value>Absolute URL</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Name" xml:space="preserve">
<value>Call to action (CTA)</value>
</data>
<data name="TrainingGuides.CallToActionWidget.Description" xml:space="preserve">
<value>Displays a call to action button. As seen in KBank demo site.</value>
</data>
<data name="TrainingGuides.EmailChannel.Name" xml:space="preserve">
<value>Training guides emails</value>
</data>
<data name="TrainingGuides.WebsiteChannelMain.Name" xml:space="preserve">
<value>Training guides pages</value>
</data>
<data name="TrainingGuides.WebsiteChannelSecondary.Name" xml:space="preserve">
<value>Training guides secondary web channel</value>
</data>
<data name="TrainingGuides.Page.SeoSettingsEdit.WebChannelSettings" xml:space="preserve">
<value>Web channel settings</value>
</data>
<data name="TrainingGuides.Page.SeoSettingsEdit.Name" xml:space="preserve">
<value>SEO settings</value>
</data>
<data name="TrainingGuides.Page.SeoSettingsEdit.Form.Name" xml:space="preserve">
<value>SEO settings edit</value>
</data>
<data name="TrainingGuides.Page.SeoSettingsEdit.Form.RobotsField.Name" xml:space="preserve">
<value>Robots.txt</value>
</data>
<data name="TrainingGuides.Page.SeoSettingsEdit.Form.RobotsField.Explanation" xml:space="preserve">
<value>Enter the content of the Robots.txt file</value>
</data>
</root>
Loading
Loading