udpated :lower modifier to apply after all other normalizations

This commit is contained in:
Gani Georgiev
2024-12-06 22:09:29 +02:00
parent 6a4e04533c
commit c91d889da3
4 changed files with 18 additions and 21 deletions
+1 -1
View File
@@ -1893,7 +1893,7 @@ export default class CommonHelper {
for (const key of keys) {
result.push(key);
// add ":isset" and ":lower" modifiers to non-base keys
// add ":isset" modifier to non-base keys
const parts = key.split(".");
if (
parts.length === 3 &&