{"id":18048259,"url":"https://github.com/lazziya/mytrips","last_synced_at":"2025-04-10T09:50:44.091Z","repository":{"id":102024938,"uuid":"144486340","full_name":"LazZiya/MyTrips","owner":"LazZiya","description":"Sample project for basic multi-cultural web application, built with ASP.NET Core 2.1.","archived":false,"fork":false,"pushed_at":"2024-01-02T10:15:23.000Z","size":3668,"stargazers_count":16,"open_issues_count":0,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T03:38:54.505Z","etag":null,"topics":["asp-net-core","client-side-validation","csharp","decimal-numbers-validation","localization","multicultural","web-app","web-application"],"latest_commit_sha":null,"homepage":"http://ziyad.info/en/articles/10-Building_Multicultural_Web_Application_AspNet_Core_2_1","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LazZiya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"lazziya","patreon":"lazziya"}},"created_at":"2018-08-12T17:18:29.000Z","updated_at":"2025-03-30T02:58:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"462ef222-44b8-413c-a114-611fbddd4e0c","html_url":"https://github.com/LazZiya/MyTrips","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FMyTrips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FMyTrips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FMyTrips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FMyTrips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LazZiya","download_url":"https://codeload.github.com/LazZiya/MyTrips/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248197669,"owners_count":21063620,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net-core","client-side-validation","csharp","decimal-numbers-validation","localization","multicultural","web-app","web-application"],"created_at":"2024-10-30T20:12:14.857Z","updated_at":"2025-04-10T09:50:44.064Z","avatar_url":"https://github.com/LazZiya.png","language":"HTML","funding_links":["https://github.com/sponsors/lazziya","https://patreon.com/lazziya"],"categories":[],"sub_categories":[],"readme":"# MyTrips - Basic Multi-Cultural Web Application\nSample project for basic multi-cultural web application, built with ASP.NET Core 2.1.\n\n## [NEW 27.05.2019]\nI developed a new nuget package named [ExpressLocalization](https://github.com/LazZiya/ExpressLocalization) to simplify localization of Asp.Net Core web apps to one step, see samples below:\n - Repository : https://github.com/LazZiya/ExpressLocalization\n - Sample project (DotNet Core 2.2): https://github.com/LazZiya/ExpressLocalizationSample\n - Sample project (DotNet Core 3.0): https://github.com/LazZiya/ExpressLocalizationSampleCore3\n - Project website : http://ziyad.info/en/articles/33-Express_Localization\n \n if you still need to go through localization steps manually continue reading this page :)\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n* Basic knowledge of web development principals\n* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/)\n* [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1)\n* [ResX Manager (optional)](https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager)\n\n\n### Supported Cultures\n\n* Arabic\n* Arabic - Syria\n* English\n* Hindi\n* Persian\n* Spanish\n* Turkish\n\n##### Add new culture :\n\n* Edit /Utilities/LocalizationExtension.cs --\u003e add new CultureInfo(\"xx\"); to cultures list \n* Create related resource files:\n- /Resources/ViewResource.xx.resx\n\n## Built With\n\n* [Visual Studio 2017](https://visualstudio.microsoft.com/downloads/) - Web development env.\n* [.NET Core 2.1 SDK](https://www.microsoft.com/net/download/dotnet-core/2.1)\n* [ResX Manager (optional)](https://marketplace.visualstudio.com/items?itemName=TomEnglert.ResXManager) - For managing localization resource files easily.\n* [Globalize](https://github.com/globalizejs/globalize) - For client side validation of numbers and dates\n* [jquery-validation-globalize](https://github.com/johnnyreilly/jquery-validation-globalize) - Enabling simple internationalized validation\n* [cldr-json data](https://github.com/unicode-cldr/cldr-json#cldr-json) - Localized data for all cultures, required for client side valdiation\n\n## Demo Project :\n* [MyTrips](http://demo.ziyad.info/en/trips) - http://demo.ziyad.info/en/trips\n\n## Step by step tutorial:\n* [Developing Multicultural Web Application Using ASP.NET Core 2.1](http://ziyad.info/en/articles/10-Building_Multicultural_Web_Application_AspNet_Core_2_1)\n* [Creating Startup Project](http://ziyad.info/en/articles/11-Creating_Startup_Project)\n* [Configuring Culture Route Model](http://ziyad.info/en/articles/12-Configuring_Culture_Route_Model)\n* [Localizing Request](http://ziyad.info/en/articles/13-Localizing_Request)\n* [Creating Language Dropdown Navigation](http://ziyad.info/en/articles/14-Creating_Language_Dropdown_Navigation)\n* [Localizing Views](http://ziyad.info/en/articles/15-Localizing_Views)\n* [Localizing Form Labels](http://ziyad.info/en/articles/16-Localizing_Form_Labels)\n* [Localizing ValidationAttribute Error Messages](http://ziyad.info/en/articles/17-Localizing_ValidationAttribute_Error_Messages)\n* [Localizing ModelBinding Error Messages](http://ziyad.info/en/articles/18-Localizing_ModelBinding_Error_Messages)\n* [Configuring Client Side Validation](http://ziyad.info/en/articles/19-Configuring_Client_Side_Validation)\n\n\n## Authors\n\n* **Ziya Mollamahmut** - [Ziyad.info](http://ziyad.info)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazziya%2Fmytrips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazziya%2Fmytrips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazziya%2Fmytrips/lists"}