Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Website localization, or even folders 'diagnostics' #17

Copy link
Copy link
@SergeyZhurikhin

Description

@SergeyZhurikhin
Issue body actions

What are the proposals for the organization of links to localized pages.
For example:
code-cracker.github.io/en/diagnostics - for English
code-cracker.github.io/ru/diagnostics - for Russian language.
Then it is necessary to alter the method:

public static class HelpLink
{
    public static string ForDiagnostic(DiagnosticId diagnosticId) =>
        $"https://code-cracker.github.io/diagnostics/{diagnosticId.ToDiagnosticId()}.html";
}

Like that:

public static string ForDiagnostic(DiagnosticId diagnosticId)
{
    return $"https://code-cracker.github.io/diagnostics/{CultureInfo.CurrentCulture.Parent.Name}/{diagnosticId.ToDiagnosticId()}.html";
}
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.