Commit 2121c45
committed
Fix: Correct Language Enum Order
This commit reorders the `Dutch` and `Czech` entries within the `Language` enum in `Constants.kt`.
- The `Language` enum members are now in alphabetical order.
- Corresponding `when` statements for `getLocalizedName`, `getEnglishName`, `getLanguageCode`, and `getLocale` have been updated to reflect this corrected order.
Signed-off-by: CreativeCodeCat <wayne6324@gmail.com>1 parent e85c57b commit 2121c45
File tree
1 file changed
+5
-5
lines changed- app/src/main/java/com/github/droidworksstudio/mlauncher/data
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
145 | 144 | | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | 167 | | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
193 | 192 | | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
222 | 221 | | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | 249 | | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
| |||
0 commit comments