Lang folder case sensitive on Linux
See original GitHub issueWhich Contentment version are you using?
3.0.1
Which Umbraco version are you using? For example: 8.14.1 - don’t just write v8
9.3.0
Bug summary
Hi,
Thank you for this package, it’s a great collection of functionality.
The lang
folder in App_Plugins/Contentment
has a lower case L, which causes it to be ignored on Linux systems.
Here is the relevant note about this case sensitivity in the Umbraco documentation: https://our.umbraco.com/documentation/extending/language-files/#package-language-files
Steps to reproduce
- Create a new Umbraco 9 solution and install the latest version of Contentment
- Build the solution
- Note that
App_Plugins/Contentment/lang
has the lower case L
Expected result / actual result
The Lang folder should be App_Plugins/Contentment/Lang
Do you have Umbraco ModelsBuilder enabled?
- Yes, it is enabled.
What browsers are you seeing the problem on?
Firefox, Chrome, Safari, Microsoft Edge
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
unix - Linux Both Case Sensitive AND Case Insensitive ...
I'm using Ubuntu 10 and I'm quickly finding out that it's case sensitive when it's inconvenient for it to be so (like when...
Read more >What does “Case sensitivity is a function of the Linux ...
Most Linux file systems are case sensitive, so many projects assume file names are case sensitive, and may behave surprisingly if the underlying ......
Read more >When including header files, is the path case sensitive?
The case sensitivity depends on the Operating System. Windows is not case sensitive. Linux is. EDIT: Actually, as observed by Martin York's ...
Read more >I'm still not a fan of case-sensitive directories in Linux.
I'm still not a fan of case-sensitive directories in Linux. ... I've been burned by this many times, as someone who occasionally dabbles...
Read more >Using the Linux kernel's Case-insensitive feature in Ext4
To enable the feature, it takes two steps: one is to enable the filesystem-wide casefold feature on the volume's superblock. This doesn't ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Lol, I just made a PR for this as I outright refuse to name my
lang
folderLang
😂https://github.com/umbraco/Umbraco-CMS/pull/11985
There was a discussion over on Umbraco’s repo about formalising naming conventions. https://github.com/umbraco/Umbraco-CMS/discussions/10638
I’d prefer all the web/asset files to be kebab-case (lowercase). The capitalisation feels that it comes from general Microsoft/.NET/C# class name conventions.