Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/update-languagedata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,8 @@ jobs:

- name: CSharpier format code
run: |
dotnet new tool-manifest
dotnet tool install csharpier
dotnet csharpier format .
dotnet tool restore
dotnet csharpier format --log-level=debug .
git status

# https://github.com/marketplace/actions/create-pull-request
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,11 @@

C# .NET library for ISO 639-2, ISO 639-3, RFC 5646 / BCP 47 language tags.

## License

Licensed under the [MIT License](./LICENSE)\
![GitHub](https://img.shields.io/github/license/ptr727/LanguageTags)

## Build Status

Code and Pipeline is on [GitHub](https://github.com/ptr727/LanguageTags)\
![GitHub Last Commit](https://img.shields.io/github/last-commit/ptr727/LanguageTags?logo=github)\
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ptr727/LanguageTags/BuildPublishPipeline.yml?logo=github)
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ptr727/LanguageTags/publish-release.yml?logo=github)

## NuGet Package

Expand Down Expand Up @@ -141,3 +136,8 @@ languageLookup.IsMatch("zh-Hant", "zh-Hans"); // false
- [github.com/jkporter/bcp47](https://github.com/jkporter/bcp47)
- [github.com/mattcg/language-subtag-registry](https://github.com/mattcg/language-subtag-registry)
- [github.com/rspeer/langcodes](https://github.com/rspeer/langcodes)

## License

Licensed under the [MIT License](./LICENSE)\
![GitHub](https://img.shields.io/github/license/ptr727/LanguageTags)