Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Persian' (fa) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translation for all supported cultures
This library contains the Azure Storage-based persistence components of Azure IoT protocol gateway that enables protocol translation for Azure IoT Hub.
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'French' (fr) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'German' (de) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Turkish' (tr) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Greek' (el) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Czech' (cs) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Italian' (it) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Polish' (pl) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Arabic' (ar) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Vietnamese' (vi) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Japanese' (ja) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Chinese (Traditional)' (zh-TW) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Spanish' (es) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Chinese (Simplified)' (zh-CN) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Russian' (ru) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Portuguese (Brazil)' (pt-BR) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Macedonian' (mk) culture
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework. Orchard Core translations for 'Finnish' (fi) culture
Extended and typed DataTables, DataTable to Excel reporting, various graph structures, translation tables, trend estimation structures, path DOM, reporting extensions, TF-IDF corpus and document data structures, data structures for reporting and other stuff in context of imbSCI framework
This project is the Web Starter project for Westwind.Globalization.Web. It includes a few sample resources you can use to verify that the dbResource provider is working and allows you to play with a sample page. It's recommended you start with this .Starter NuGet package - you can remove it after you are up and running. This library provides the ASP.NET specific components to the Westwind.Globalization library. It contains the ASP.NET Resource Providers (DbResourceSimpleProvider, DbResourceProvider), the JavaScript Resource Handler to serve ASP.NET resources to JavaScript client, the on-line Resource editor to allow editing of data resources in real time. This library also provides the integration with WebForms using the resource control and dynamic icons. This library is required for using Westwind.Globalization in most ASP.NET Web Projects. MVC projects can safely remove the Westwind.Web.Forms assembly from the distribution.
Workflow Engine is a lightweight all-in-one component that enables you to add custom executable .NET and Java workflows of any complexity to any software, be it your own creation or a third-party solution, with minimal changes to existing code. Its core features are: - HTML5 visual designer. Design, model, edit and visualize your custom workflows. - Workflow version control. Keep track of your workflow changes and easily revert them. - Parallel workflow support. Split workflows into branches that execute tasks concurrently. - XML import/export. Export your workflows for further reuse and sharing. - Localization support. Translate user interface to multiple languages of your choice. - In-built workflow timers. Set intervals or specify time to run custom actions and workflow tasks. Workflow Engine includes a set of pre-built providers for the most popular databases: - MS SQL Server - MongoDB - RavenDB - Oracle - MySQL - PostgreSQL - Redis - Apache Ignite/GridGain
Package Description
A SAML2 Service Provider for ASP.NET. Built to mimic the WSFederationAuthenticationModule in .NET 4.5, but using SAML2 instead. The module works with the claims model of .NET 4.5 and uses the present infrastructure for claims translation, session authentication cookies etc.
Abstracted localization service for Sitecore CMS which uses default dictionary items for translations. Automatic dictionary item creation support using Sitecore service bus from CD to CM instance.
Currently it supports below query mappings: primitive: field => c.field parent/child => c.parent.child Namespace.EnumType'enumVal' => 'enumVal' queries: $select => SELECT $filter => WHERE $top => TOP $orderby => ORDER BY functions: contains(field,'value') => CONTAINS(c.field,'value') startswith(field,'value') => STARTSWITH(c.field,'value') endswith(field,'value') => ENDSWITH(c.field,'value') toupper(field) => UPPER(c.field) tolower(field) => LOWER(c.field) length(field) => LENGTH(c.field) indexof(field,'value') => INDEX_OF(c.field,'value') substring(field,idx1,idx2) => SUBSTRING(c.field,idx1,idx2) trim(field) => LTRIM(RTRIM(c.englishName)) concat(field,'value') => CONCAT(c.englishName,'value')
BundleTransformer.Hogan contains one translator-adapter - `HoganTranslator`. This adapter makes translation of Mustache templates to JS code. Also contains the `HoganAssetHandler` debugging HTTP handler, which is responsible for text output of translated Mustache asset.
Added Dot Net Core 3.0 support to this project by changing targetFramework and adding Microsoft.AspNetCore.Mvc.NewtonsoftJson package. Provides ASP.NET Core specific features to the Westwind.Globalization library, including IStringLocalizer interfaces, JavaScript Resource handler and an on-line Resource editor to allow real-time editing of data resources. Note: In order to use the Localization Administration feature, please download the required project resources from: https://github.com/RickStrahl/Westwind.Globalization/blob/master/DownloadableAssets/LocalizationAdministrationHtml_AspNetCore.zip
Calculate Public Holidays for a given year, translation native. Country States and Regions support. Supports 63 countries.
FluentResults translator to error handling middleware, using RFC7807
Embeds translations (satellite assemblies) automatically into the exe/dll itself during the build process and hooks up code to extract them dynamically during runtime. Once installed, you don't have to deploy all those "language code" folders anymore as they will be read from the resource section automatically. If you use Fody.Costura this may interest you as well (or vica versa). Supports: .Net Standard 2.0, .Net Core 2.0 and Net 4.7.2 and above.
This package adds extensions methods to Azure.Search.Documents.SearchClient for use a friendly syntax for search in index with Linq Like operators, this packages is under prerelease and many things may not work as expected If you detect any bug or incorrect odata translations, feel free for open an issue in github
Enhanced Translation tools for Umbraco 8
This package is a test wrapper of GDAL. It's a foundational component for various ThinkGeo.Dependency packages and should not be directly referenced in projects. GDAL is a translator library for raster and vector geospatial data formats released under an X/MIT style Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single raster abstract data model and a single vector abstract data model to the calling application for all supported formats. The Windows dependencies are the same as the ones in ThinkGeo.Dependency.Gdal v13.1.0-beta2 The Linux dependencies (linux-x64) comes from the following 2 sources: a. ThinkGeo.Dependency.Gdal v13.1.0-beta2 b. https://sourceforge.net/projects/gdal-wheels-for-linux/files/GDAL-3.4.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl/download using b as the main libgdal.so This is a temp package. It will be merged to ThinkGeo.Dependency.Gdal Supported Platforms: Windows, Linux
i18next is a full-featured i18n javascript library for translating your webapplication. runs in browser, under node.js, rhino and other javascript runtimes.
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing actions in a variety of target languages.
Simply.Translate Base Package to provide simple KeyValue Dictionaries to be loaded into memory for translations with the ability for on the fly
SDL Language Cloud Provider for Translation Manager for Umbraco
Mint.Plugins.CustomTranslations
BundleTransformer.CoffeeScript contains one translator-adapter - `CoffeeScriptTranslator`. This adapter makes translation of CoffeeScript code to JS code. Also contains the `CoffeeScriptAssetHandler` debugging HTTP handler, which is responsible for text output of translated CoffeeScript asset.
All of the core types for SharpShader. Contains everything you need to read SharpShader translation results, without requiring all of the extra dependencies.
NeinLinq provides helpful extensions for using LINQ providers supporting only a minor subset of .NET functions (like Entity Framework), reusing functions, rewriting queries (even making them null-safe), and building dynamic queries using (translatable) predicates / selectors.
NeinLinq provides helpful extensions for using LINQ providers such as Entity Framework that support only a minor subset of .NET functions, reusing functions, rewriting queries, even making them null-safe, and building dynamic queries using translatable predicates and selectors. To support different LINQ implementations, the following flavours are available. Choose at least one. - Use NeinLinq for plain LINQ queries - Use NeinLinq.Interactive for interactive LINQ queries - Use NeinLinq.EntityFramework for Entity Framework 6 LINQ queries - Use NeinLinq.EntityFrameworkCore for Entity Framework Core LINQ queries
Set of classes, modules and libraries for easier interaction with Web Servers.