Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing comment in TrustFrameworkLocalization.xml #151

Open
AlyaKoni opened this issue May 20, 2023 · 0 comments
Open

Missing comment in TrustFrameworkLocalization.xml #151

AlyaKoni opened this issue May 20, 2023 · 0 comments

Comments

@AlyaKoni
Copy link

In TrustFrameworkLocalization.xml we have the list of supported languages:

     <Localization Enabled="true">
       <SupportedLanguages DefaultLanguage="en" MergeBehavior="Append">
         <SupportedLanguage>en</SupportedLanguage>
     </SupportedLanguages>

Please add there also the "Add more languages here" comment:

     <Localization Enabled="true">
       <SupportedLanguages DefaultLanguage="en" MergeBehavior="Append">
         <SupportedLanguage>en</SupportedLanguage>
          <!-- Add more languages here -->
     </SupportedLanguages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant