Commit a934a1d
fix(locale): ensure correct locale selection in settings dropdown
Fixes an issue where the locale dropdown would incorrectly display the first alphabetical locale (e.g., "Afrikaans" for English) instead of the actual default locale (e.g., "English"). This happened when a user first installs the plugin or didn't set locale directly before.1 parent 29f940b commit a934a1d
File tree
1 file changed
+4
-1
lines changed- src/main/kotlin/com/github/blarc/ai/commits/intellij/plugin/settings
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
104 | 107 | | |
105 | 108 | | |
106 | 109 | | |
| |||
0 commit comments