Skip to content

Commit

Permalink
Merge branch 'LDEV-2315' of https://github.com/MitrahSoft/Lucee into …
Browse files Browse the repository at this point in the history
…LDEV-2315

# Conflicts:
#	core/src/main/java/lucee/runtime/functions/displayFormatting/GetLocaleInfo.java
#	core/src/main/java/lucee/runtime/tag/QueryParam.java
  • Loading branch information
cfmitrah committed Feb 14, 2024
2 parents 2b70511 + ae80c86 commit 39b53ff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
import java.text.SimpleDateFormat;
import java.util.Currency;
import java.util.Locale;
import java.util.*;
import java.text.DateFormat;

import lucee.runtime.PageContext;
import lucee.runtime.ext.function.Function;
Expand Down
3 changes: 3 additions & 0 deletions core/src/main/java/lucee/runtime/type/util/KeyConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,9 @@ public class KeyConstants {
public static final Key _STATIC = KeyImpl._const("STATIC");
public static final Key _country = KeyImpl._const("country");
public static final Key _display = KeyImpl._const("display");
public static final Key _currency = KeyImpl._const("currency");
public static final Key _currency_code = KeyImpl._const("code");
public static final Key _currency_symbol = KeyImpl._const("symbol");
public static final Key _generator = KeyImpl._const("generator");
public static final Key _http = KeyImpl._const("http");
public static final Key _webservice = KeyImpl._const("webservice");
Expand Down

0 comments on commit 39b53ff

Please sign in to comment.