{"id":15041097,"url":"https://github.com/lazziya/xlocalizer","last_synced_at":"2025-04-05T18:08:27.792Z","repository":{"id":37571169,"uuid":"281362940","full_name":"LazZiya/XLocalizer","owner":"LazZiya","description":"Localizer package for Asp.Net Core web applications, powered by online translation and auto resource creating.","archived":false,"fork":false,"pushed_at":"2025-03-26T07:45:35.000Z","size":209,"stargazers_count":131,"open_issues_count":1,"forks_count":13,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-05T18:08:23.861Z","etag":null,"topics":["asp-net-core","database","db","globalization","localization","resource-management","resources","resx-resources","translation","xml"],"latest_commit_sha":null,"homepage":"https://docs.ziyad.info","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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"}},"created_at":"2020-07-21T10:09:03.000Z","updated_at":"2025-03-26T04:12:01.000Z","dependencies_parsed_at":"2024-01-18T14:41:18.606Z","dependency_job_id":"efac9db8-f257-4096-ac97-f2456be9f8bb","html_url":"https://github.com/LazZiya/XLocalizer","commit_stats":{"total_commits":74,"total_committers":1,"mean_commits":74.0,"dds":0.0,"last_synced_commit":"07e1a002ffe54d2739bb43e46c9d2508f263864d"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FXLocalizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FXLocalizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FXLocalizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LazZiya%2FXLocalizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LazZiya","download_url":"https://codeload.github.com/LazZiya/XLocalizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378144,"owners_count":20929296,"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","database","db","globalization","localization","resource-management","resources","resx-resources","translation","xml"],"created_at":"2024-09-24T20:45:32.536Z","updated_at":"2025-04-05T18:08:27.757Z","avatar_url":"https://github.com/LazZiya.png","language":"C#","funding_links":["https://github.com/sponsors/lazziya","https://github.com/sponsors/LazZiya"],"categories":[],"sub_categories":[],"readme":"## XLocalizer for Asp.Net Core \nSay bye-bye to manually creating localization resources...! \n\n- Online Translation: Auto translation of missed localized values.\n- Auto Key Adding: Auto adding missing keys to the resources files.\n- Multiple Resource Type Support: Built-in localization support based on _.RESX_, _.XML_, _DB_. Extendable localization support based on any custom file/db type.\n- Export to Resx: Resources from any source type can be exported to _.RESX_ files via built-in exporters.\n- Do it Fast: Custom cache support for speeding up the process of getting localized values from sources.\n- Standard interfaces: Easy to use due to using the standard localization interfaces: `IStringLocalizer`, `IHtmlLocalizer`, `IStringLocalizerFactory` and `IHtmlLocalizerFactory`.\n\n## How it works:\n\n![XLocalizer Simplified Workflow](https://github.com/LazZiya/Docs/raw/master/XLocalizer/v1.0/images/xlocalizer-flowchart-sample.jpg)\n\n### Setup\nInstall latest preview from nuget :\n````\nInstall-Package XLocalizer\n````\n\nAdd localization settings in `startup.cs`:\n````cs\n\n// Add XLocalizer\nservices.AddRazorPages()\n    .AddXLocalizer\u003cLocSource, GoogleTranslateService\u003e(ops =\u003e\n    {\n        ops.ResourcesPath = \"LocalizationResources\";\n        ops.AutoTranslate = true;\n        ops.AutoAddKeys = true;\n        ops.TranslateFromCulture = \"en\";\n    });\n````\n\n### For more details goto [DOCS.Ziyad.info](https://docs.ziyad.info)\n\n### Step by step tutorial \n * [XLocalizer for Asp Net Core](http://ziyad.info/en/articles/1040-XLocalizer_for_Asp_Net_Core)\n\n### Sample projects\n * [XML based localization sample](https://github.com/LazZiya/XLocalizer.Samples/tree/master/XmlLocalizationSample)\n * [DB based localization sample](https://github.com/LazZiya/XLocalizer.Samples/tree/master/DbLocalizationSample)\n * [Blazor localization sample](https://github.com/LazZiya/XLocalizer.Samples/tree/master/BlazorLocalizationSample)\n\n### License\nMIT\n\n### Sponsors\n- [Julian Dormon](https://github.com/julianadormon)\n- become a [sponsor](https://github.com/sponsors/LazZiya)\n\n[1]:https://github.com/LazZiya/XLocalizer.Translate\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazziya%2Fxlocalizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flazziya%2Fxlocalizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flazziya%2Fxlocalizer/lists"}