File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,16 @@ function gtag() {
102
102
<option>true</option>
103
103
</select>
104
104
105
+ <label for="locale">Locale</label>
106
+ <select class="param" id="locale" name="locale">
107
+ <?php foreach ($ LOCALES as $ locale ): ?>
108
+ <option value="<?php echo $ locale ; ?> ">
109
+ <?php $ display = Locale::getDisplayLanguage ($ locale , $ locale ); ?>
110
+ <?php echo $ display . " ( " . $ locale . ") " ; ?>
111
+ </option>
112
+ <?php endforeach ; ?>
113
+ </select>
114
+
105
115
<label for="date_format">Date Format</label>
106
116
<select class="param" id="date_format" name="date_format">
107
117
<option value="">default</option>
@@ -113,16 +123,6 @@ function gtag() {
113
123
<option value="[Y.]n.j">2016.8.10</option>
114
124
</select>
115
125
116
- <label for="locale">Locale</label>
117
- <select class="param" id="locale" name="locale">
118
- <?php foreach ($ LOCALES as $ locale ): ?>
119
- <option value="<?php echo $ locale ; ?> ">
120
- <?php $ display = Locale::getDisplayLanguage ($ locale , $ locale ); ?>
121
- <?php echo $ display . " ( " . $ locale . ") " ; ?>
122
- </option>
123
- <?php endforeach ; ?>
124
- </select>
125
-
126
126
<details class="advanced">
127
127
<summary>⚙ Advanced Options</summary>
128
128
<div class="content parameters">
You can’t perform that action at this time.
0 commit comments