Fixed: Wrong Less file path for some theme/locale combinations (OFBIZ-12660) (#521)

For some themes, we rely on toLowerCase method to build a Less file path.
toLowerCase("I") = "ı" for some locales (TR, AZ), which lead to incorrect
file paths and finally broken themes.
10 files changed