Skip to content
#

globalization

Here are 70 public repositories matching this topic...

next-translate
wescopeland
wescopeland commented May 23, 2020

Thanks for building next-translate, I love using it so far ❤️

The following config works great:

  "currentPagesDir": "src/pages_",
  "finalPagesDir": "src/pages",

However, the below config causes errors, probably because the compiled pages are not having their import paths adjusted:

  "currentPagesDir": "src/pages_",
  "finalPagesDir": "pages",

But I think this

NightOwl888
NightOwl888 commented Oct 9, 2020

Currently all building and testing is done on Azure DevOps. However, building and testing on the command line is undocumented.

While it is possible to build using dotnet build, dotnet pack, dotnet test and other commands, it would be simpler for potential contributors if there were a wrapper script to launch these commands.

The technology used for the build script is not that importan

Web chat application based on Asp.Net Core and Angular 8. Application enables authentication and authorization user ( Asp.Net Core Identity, OAuth, JWT, EntityFramework Core). Communication between chat users allow SignalR hub. Messages and users are stored in SqlServer database. Server posses logging to file and console (Nlog), globalization, localization (en, pl).

  • Updated Sep 11, 2020
  • C#

Improve this page

Add a description, image, and links to the globalization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the globalization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.