|
2 | 2 |
|
3 | 3 | <div class="djdt-community-panel">
|
4 | 4 | <h2>
|
5 |
| - {% trans "Community & Contribution" %} |
| 5 | + {% translate "Community & Contribution" %} |
6 | 6 | </h2>
|
7 | 7 | <p>
|
8 |
| - {% trans "Want to contribute to Django Debug Toolbar? Get involved in our community!" %} |
| 8 | + {% translate "Want to contribute to Django Debug Toolbar? Get involved in our community!" %} |
9 | 9 | </p>
|
10 | 10 |
|
11 | 11 | <ul>
|
12 | 12 | <li>
|
13 | 13 | <a href="https://github.com/django-commons/django-debug-toolbar/discussions" target="_blank">
|
14 |
| - {% trans "Join Discussions" %} |
| 14 | + {% translate "Join Discussions" %} |
15 | 15 | </a>
|
16 | 16 | </li>
|
17 | 17 | <li>
|
18 | 18 | <a href="https://github.com/django-commons/django-debug-toolbar/issues" target="_blank">
|
19 |
| - {% trans "View Issues" %} |
| 19 | + {% translate "View Issues" %} |
20 | 20 | </a>
|
21 | 21 | </li>
|
22 | 22 | <li>
|
23 | 23 | <a href="https://django-debug-toolbar.readthedocs.io/en/latest/contributing.html" target="_blank">
|
24 |
| - {% trans "Contribution Guide" %} |
| 24 | + {% translate "Contribution Guide" %} |
25 | 25 | </a>
|
26 | 26 | </li>
|
27 | 27 | </ul>
|
28 | 28 | <hr>
|
29 | 29 | <br>
|
30 | 30 | <h2>
|
31 |
| - {% trans "Django Debug Toolbar Documentation" %} |
| 31 | + {% translate "Django Debug Toolbar Documentation" %} |
32 | 32 | </h2>
|
33 | 33 | <p class="djdt-community-description">
|
34 |
| - {% trans "Explore the official documentation to learn more about Django Debug Toolbar." %} |
| 34 | + {% translate "Explore the official documentation to learn more about Django Debug Toolbar." %} |
35 | 35 | </p>
|
36 | 36 | <ul>
|
37 | 37 | <li>
|
38 | 38 | <a href="https://django-debug-toolbar.readthedocs.io/en/latest/" target="_blank">
|
39 |
| - {% trans "Read Documentation" %} |
| 39 | + {% translate "Read Documentation" %} |
40 | 40 | </a>
|
41 | 41 | </li>
|
42 | 42 | <li>
|
43 | 43 | <a href="https://django-debug-toolbar.readthedocs.io/en/latest/resources.html" target="_blank">
|
44 |
| - {% trans "How to Use Django Debug Toolbar" %} |
| 44 | + {% translate "How to Use Django Debug Toolbar" %} |
45 | 45 | </a>
|
46 | 46 | </li>
|
47 | 47 | </ul>
|
|
0 commit comments