You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've created a POC project for my workplace, and that piece of work is going ahead now. Our current app supports the Welsh language so looking to see if/ how I create a PR for it.
Currently, we only need support for DateTimeOffset.Humanize -
So I'd like to do a PR to add support for that function, but would like to add support for all the features.
Some background, I work for Cardiff city, which is the capital of Wales and the Welsh language. We have our own in-house translation team for Welsh language
The text was updated successfully, but these errors were encountered:
I believe every language support is highly welcome! 👍🏻 Generally, it's not a problem to start with one feature for a language and to add others gradually. It looks like DateTimeOffset.Humanize is mostly based off of resource files, but unit tests to ensure that everything works as expected would be necessary. #924 looks like a good sample of adding support for a new culture.
Hi, I've created a POC project for my workplace, and that piece of work is going ahead now. Our current app supports the Welsh language so looking to see if/ how I create a PR for it.
Currently, we only need support for
DateTimeOffset.Humanize
-So I'd like to do a PR to add support for that function, but would like to add support for all the features.
Some background, I work for Cardiff city, which is the capital of Wales and the Welsh language. We have our own in-house translation team for Welsh language
The text was updated successfully, but these errors were encountered: