Skip to content

Commit

Permalink
Merge branch 'main' into features/add_lv
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed May 30, 2021
2 parents 9a05b49 + 4578588 commit d3da1b8
Show file tree
Hide file tree
Showing 124 changed files with 5,396 additions and 512 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
@@ -1,7 +1,7 @@
Here is a checklist you should tick through before submitting a pull request:
- [ ] Implementation is clean
- [ ] Code adheres to the existing coding standards; e.g. no curlies for one-line blocks, no redundant empty lines between methods or code blocks, spaces rather than tabs, etc.
- [ ] No ReSharper warnings
- [ ] No Code Analysis warnings
- [ ] There is proper unit test coverage
- [ ] If the code is copied from StackOverflow (or a blog or OSS) full disclosure is included. That includes required license files and/or file headers explaining where the code came from with proper attribution
- [ ] There are very few or no comments (because comments shouldn't be needed if you write clean code)
Expand Down
7 changes: 7 additions & 0 deletions .github/dependabot.yml
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: nuget
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -96,3 +96,4 @@ src/Humanizer.Tests/ApiApprover/PublicApiApprovalTest.approve_public_api.receive

.DS_Store
/samples/Humanizer.MvcSample/Humanizer.MvcSample.sln
/src/Humanizer/Properties/launchSettings.json
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -10,11 +10,11 @@ to clarify expected behavior in our community.
For more information see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).

### <a id="getting-started">Getting started</a>
This project uses C# 7 language features and SDK-style projects, so you'll need any edition of [Visual Studio 2017](https://www.visualstudio.com/downloads/download-visual-studio-vs) to open and compile the project. The free [Community Edition](https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409) will work.
This project uses C# 8 language features and SDK-style projects, so you'll need any edition of [Visual Studio 2019](https://www.visualstudio.com/downloads/download-visual-studio-vs) to open and compile the project. The free [Community Edition](https://go.microsoft.com/fwlink/?LinkId=532606&clcid=0x409) will work.

### <a id="contribution-guideline">Contribution guideline</a>
This project uses [GitHub flow](http://scottchacon.com/2011/08/31/github-flow.html) for pull requests.
So if you want to contribute, fork the repo, preferably create a local branch, based off of the `dev` branch, to avoid conflicts with other activities, fix an issue, run build.cmd from the root of the project, and send a PR if all is green.
So if you want to contribute, fork the repo, preferably create a local branch, based off of the `master` branch, to avoid conflicts with other activities, fix an issue, run build.cmd from the root of the project, and send a PR if all is green.

Pull requests are code reviewed. Here is a checklist you should tick through before submitting a pull request:

Expand Down
25 changes: 25 additions & 0 deletions NuSpecs/Humanizer.Core.az.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>Humanizer.Core.az</id>
<version>$version$</version>
<title>Humanizer Locale (az)</title>
<authors>Mehdi Khalili, Claire Novotny</authors>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer Locale Azerbaijani (az)</description>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<language>az</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\netstandard1.0\az\*.*" target="lib\netstandard1.0\az" />
<file src="Humanizer\bin\Release\netstandard2.0\az\*.*" target="lib\netstandard2.0\az" />
<file src="..\logo.png" target="logo.png" />
</files>
</package>
1 change: 1 addition & 0 deletions NuSpecs/Humanizer.Core.fil-PH.nuspec
Expand Up @@ -11,6 +11,7 @@
<description>Humanizer Locale Filipino (Philippines) (fil-PH)</description>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<language>fil-PH</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
Expand Down
25 changes: 25 additions & 0 deletions NuSpecs/Humanizer.Core.hy.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>Humanizer.Core.hy</id>
<version>$version$</version>
<title>Humanizer Locale (hy)</title>
<authors>Mehdi Khalili, Claire Novotny</authors>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer Locale Armenian (hy)</description>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<language>ru</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\netstandard1.0\hy\*.*" target="lib\netstandard1.0\hy" />
<file src="Humanizer\bin\Release\netstandard2.0\hy\*.*" target="lib\netstandard2.0\hy" />
<file src="..\logo.png" target="logo.png" />
</files>
</package>
25 changes: 25 additions & 0 deletions NuSpecs/Humanizer.Core.ku.nuspec
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>Humanizer.Core.ku</id>
<version>$version$</version>
<title>Humanizer Locale (ku)</title>
<authors>Mehdi Khalili, Claire Novotny</authors>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer Locale Central Kurdish (ku)</description>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<language>ku</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\netstandard1.0\ku\*.*" target="lib\netstandard1.0\ku" />
<file src="Humanizer\bin\Release\netstandard2.0\ku\*.*" target="lib\netstandard2.0\ku" />
<file src="..\logo.png" target="logo.png" />
</files>
</package>
25 changes: 25 additions & 0 deletions NuSpecs/Humanizer.Core.ta.nuspec.unused
@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata minClientVersion="2.12">
<id>Humanizer.Core.ta</id>
<version>$version$</version>
<title>Humanizer Locale (ta)</title>
<authors>Mehdi Khalili, Claire Novotny</authors>
<projectUrl>https://github.com/Humanizr/Humanizer</projectUrl>
<icon>logo.png</icon>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Humanizer Locale Tamil (ta)</description>
<copyright>Copyright (c) .NET Foundation and Contributors</copyright>
<license type="expression">MIT</license>
<repository type="$RepositoryType$" url="$RepositoryUrl$" commit="$RepositoryCommit$" />
<language>ta</language>
<dependencies>
<dependency id="Humanizer.Core" version="[$version$]" />
</dependencies>
</metadata>
<files>
<file src="Humanizer\bin\Release\netstandard1.0\ta\*.*" target="lib\netstandard1.0\ta" />
<file src="Humanizer\bin\Release\netstandard2.0\ta\*.*" target="lib\netstandard2.0\ta" />
<file src="..\logo.png" target="logo.png" />
</files>
</package>
10 changes: 9 additions & 1 deletion NuSpecs/Humanizer.nuspec
Expand Up @@ -15,6 +15,7 @@
<dependencies>
<dependency id="Humanizer.Core.af" version="$version$" />
<dependency id="Humanizer.Core.ar" version="$version$" />
<dependency id="Humanizer.Core.az" version="$version$" />
<dependency id="Humanizer.Core.bg" version="$version$" />
<dependency id="Humanizer.Core.bn-BD" version="$version$" />
<dependency id="Humanizer.Core.cs" version="$version$" />
Expand All @@ -24,14 +25,18 @@
<dependency id="Humanizer.Core.es" version="$version$" />
<dependency id="Humanizer.Core.fa" version="$version$" />
<dependency id="Humanizer.Core.fi-FI" version="$version$" />
<!--<dependency id="Humanizer.Core.fil-PH" version="$version$" />-->
<dependency id="Humanizer.Core.fr" version="$version$" />
<dependency id="Humanizer.Core.fr-BE" version="$version$" />
<dependency id="Humanizer.Core.he" version="$version$" />
<dependency id="Humanizer.Core.hr" version="$version$" />
<dependency id="Humanizer.Core.hu" version="$version$" />
<dependency id="Humanizer.Core.hy" version="$version$" />
<dependency id="Humanizer.Core.id" version="$version$" />
<dependency id="Humanizer.Core.it" version="$version$" />
<dependency id="Humanizer.Core.ja" version="$version$" />
<dependency id="Humanizer.Core.ko-KR" version="$version$" />
<dependency id="Humanizer.Core.ku" version="$version$" />
<dependency id="Humanizer.Core.lv" version="$version$" />
<dependency id="Humanizer.Core.ms-MY" version="$version$" />
<dependency id="Humanizer.Core.mt" version="$version$" />
Expand All @@ -47,6 +52,8 @@
<dependency id="Humanizer.Core.sr" version="$version$" />
<dependency id="Humanizer.Core.sr-Latn" version="$version$" />
<dependency id="Humanizer.Core.sv" version="$version$" />
<!--<dependency id="Humanizer.Core.ta" version="$version$" /> no resources yet -->
<dependency id="Humanizer.Core.th-TH" version="$version$" />
<dependency id="Humanizer.Core.tr" version="$version$" />
<dependency id="Humanizer.Core.uk" version="$version$" />
<dependency id="Humanizer.Core.uz-Cyrl-UZ" version="$version$" />
Expand All @@ -55,9 +62,10 @@
<dependency id="Humanizer.Core.zh-CN" version="$version$" />
<dependency id="Humanizer.Core.zh-Hans" version="$version$" />
<dependency id="Humanizer.Core.zh-Hant" version="$version$" />
<dependency id="Humanizer.Core.ku" version="$version$" />
</dependencies>
</metadata>
<files>
<file src="..\logo.png" target="logo.png" />
</files>
</package>
</package>
File renamed without changes.

0 comments on commit d3da1b8

Please sign in to comment.