question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Lang folder case sensitive on Linux

See original GitHub issue

Which 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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
mattbrailsfordcommented, Feb 11, 2022

Lol, I just made a PR for this as I outright refuse to name my lang folder Lang 😂

https://github.com/umbraco/Umbraco-CMS/pull/11985

0reactions
leekellehercommented, Feb 11, 2022

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found