|
1 |
| -Please ensure you have given all the following requested information in your report. |
| 1 | +## Issue Report |
2 | 2 |
|
| 3 | +Please ensure you have provided all the following requested information in your report. |
3 | 4 |
|
4 |
| -#### Please select the affected platforms |
| 5 | +### Environment Information |
| 6 | + |
| 7 | +#### Platform |
5 | 8 | - [ ] Android Studio
|
6 |
| -- [ ] IntelliJ IDEA |
| 9 | +- [ ] IntelliJ IDEA Community |
| 10 | +- [ ] IntelliJ IDEA Ultimate |
| 11 | + |
| 12 | +#### IDE Version |
| 13 | +- IDE Version: |
| 14 | +- IDE Build Number: (Help → About → Build) |
| 15 | + |
| 16 | +#### Plugin Information |
| 17 | +- Plugin Version: |
| 18 | +- Plugin Source: [ ] JetBrains Marketplace [ ] Manual Installation |
7 | 19 |
|
8 |
| -#### Please select the translator to use |
| 20 | +### Translation Configuration |
| 21 | + |
| 22 | +#### Translator Used |
9 | 23 | - [ ] Google
|
10 |
| -- [ ] Google (API) |
11 | 24 | - [ ] Microsoft
|
12 | 25 | - [ ] Baidu
|
13 | 26 | - [ ] Youdao
|
14 | 27 | - [ ] Ali
|
| 28 | +- [ ] DeepL |
| 29 | +- [ ] OpenAI |
15 | 30 |
|
16 |
| -#### Version of Plugin and IDE |
17 |
| -- Plugin Version: |
18 |
| -- IDE Version: |
| 31 | +#### Translation Settings |
| 32 | +- Using API Key: [ ] Yes [ ] No |
| 33 | +- Translation Interval: (ms) |
| 34 | +- Cache Enabled: [ ] Yes [ ] No |
| 35 | + |
| 36 | +### Issue Details |
| 37 | + |
| 38 | +#### Issue Type |
| 39 | +- [ ] Translation Error/Failure |
| 40 | +- [ ] UI/Interface Issue |
| 41 | +- [ ] Performance Issue |
| 42 | +- [ ] Configuration Problem |
| 43 | +- [ ] Feature Request |
| 44 | +- [ ] Other |
| 45 | + |
| 46 | +#### Description |
| 47 | +_Please provide a detailed description of the issue:_ |
| 48 | + |
| 49 | +#### Steps to Reproduce |
| 50 | +1. |
| 51 | +2. |
| 52 | +3. |
| 53 | + |
| 54 | +#### Expected Behavior |
| 55 | +_What you expected to happen:_ |
| 56 | + |
| 57 | +#### Actual Behavior |
| 58 | +_What actually happened:_ |
| 59 | + |
| 60 | +#### Error Messages |
| 61 | +_If applicable, please include any error messages or stack traces:_ |
| 62 | + |
| 63 | +``` |
| 64 | +[Paste error messages here] |
| 65 | +``` |
| 66 | + |
| 67 | +#### Sample Files |
| 68 | +_If the issue is related to specific string resources, please provide a sample:_ |
| 69 | + |
| 70 | +```xml |
| 71 | +<!-- Example strings.xml content that causes the issue --> |
| 72 | +``` |
19 | 73 |
|
20 |
| -#### Issue details |
21 |
| -_Please provide the details of your issue_ |
| 74 | +### Checklist |
| 75 | +- [ ] I have searched existing issues to ensure this is not a duplicate |
| 76 | +- [ ] I have provided all the requested information above |
| 77 | +- [ ] I have tested with the latest version of the plugin |
| 78 | +- [ ] I have checked the FAQ in the README |
0 commit comments