premake / premake/premake-core
Adding locale support for C#
Open
Nobody has claimed this yet.
enhancement
help wanted
vs20xx
- Dominant language
- C
- Stars
- 3.6k
- Forks
- 654
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 13
Description
This was based off of a question on S.O http://stackoverflow.com/questions/35634035/premake5-way-to-set-uiculture-property-for-windows-forms.
It seems currently "locale()" is only supported for C/C++ and it would be great to have it in C# as well.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating Premake's existing locale() support for C/C++ and review the linked Stack Overflow question for the expected C# behavior. The work is complete when locale() can express the required C# locale setting in generated projects.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100