glotfile 0.8.4 → 0.8.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1146,7 +1146,7 @@ var init_laravel_php = __esm({
1146
1146
  init_options();
1147
1147
  init_placeholders();
1148
1148
  init_schema();
1149
- DEFAULT_LOCALE_CASE2 = "lower-hyphen";
1149
+ DEFAULT_LOCALE_CASE2 = "bcp47-underscore";
1150
1150
  laravelPhp = {
1151
1151
  name: "laravel-php",
1152
1152
  capabilities: {
@@ -2226,7 +2226,7 @@ function phpArray(node, indent, level) {
2226
2226
  ${lines.join("\n")}
2227
2227
  ${closePad}]`;
2228
2228
  }
2229
- var DEFAULT_LOCALE_CASE2 = "lower-hyphen";
2229
+ var DEFAULT_LOCALE_CASE2 = "bcp47-underscore";
2230
2230
  var laravelPhp = {
2231
2231
  name: "laravel-php",
2232
2232
  capabilities: {