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

Design localization workflow #8

Merged
merged 1 commit into from
Nov 8, 2020
Merged

Conversation

pleonex
Copy link
Owner

@pleonex pleonex commented Nov 8, 2020

Design the workflow to implement localization in .NET software.

The chosen .NET library for localization is NGettext for its flexibility and support of embedding files into the application without satellite assemblies. It supports nicely .NET Core too. The format would be PO for its support in open-source programs like Weblate and Poedit.

A source generator (#9) will extract the segments from source code into POT files. #10 will show how to implement in software. #11 will document how to configure the translation management software to integrate with the repository.

This closes #1

@pleonex pleonex added the design label Nov 8, 2020
@pleonex pleonex added this to the Stable milestone Nov 8, 2020
@pleonex pleonex self-assigned this Nov 8, 2020
@pleonex pleonex merged commit 7d35ed5 into develop Nov 8, 2020
@pleonex pleonex deleted the feature/localization-design branch November 8, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Design localization workflow
1 participant