Why use some files underscore while most use hyphen?
tea2code opened this issue · 2 comments
Hi,
I would assume that the file name format should be the same with all files. I know that both _ and - are allowed in locales and that every system (Java, Windows...) has another standard but at least inside of a system like "kendo-global" the locale format shouldn't change. For example in our application we use hyphen because the "kendo.culture..." files use it and we use it to dynamically load the culture and the lang (from this project) file. This fails of course for en_US, es_PA and ro_RO. Manually renaming works but the next "git pull" won't update the renamed files.
This is just a small change but i hope you consider it.
Thank you for your great work.
You're right, it makes no sense to have disparate naming conventions!!! I was pretty sure every one used xx-XX convention! I'll change everything to use '-' because that will have the least impact, and Windows uses that.
Done! :-)