|
38 | 38 |
|
39 | 39 | ## • Multi-language Support |
40 | 40 |
|
41 | | -Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/deadlyjack/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/deadlyjack/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands: |
| 41 | +Enhance Acode's capabilities by adding new languages easily. Just create a file with the language code (e.g., en-us for English) in [`src/lang/`](https://github.com/Acode-Foundation/Acode/tree/main/src/lang) and include it in [`src/lib/lang.js`](https://github.com/Acode-Foundation/Acode/blob/main/src/lib/lang.js). Manage strings across languages effortlessly using utility commands: |
42 | 42 |
|
43 | 43 | ```shell |
44 | 44 | yarn lang add |
@@ -93,22 +93,22 @@ Also, ensure that your code is well-documented and includes comments where neces |
93 | 93 |
|
94 | 94 | ## • Contributors |
95 | 95 |
|
96 | | -<a href="https://github.com/deadlyjack/Acode/graphs/contributors"> |
97 | | - <img src="https://contrib.rocks/image?repo=deadlyjack/Acode" /> |
| 96 | +<a href="https://github.com/Acode-Foundation/Acode/graphs/contributors"> |
| 97 | + <img src="https://contrib.rocks/image?repo=Acode-Foundation/Acode" /> |
98 | 98 | </a> |
99 | 99 |
|
100 | 100 | ## • Developing a Plugin for Acode |
101 | 101 |
|
102 | | -For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/deadlyjack/acode-plugin). |
| 102 | +For comprehensive documentation on creating plugins for Acode Editor, visit the [repository](https://github.com/Acode-Foundation/acode-plugin). |
103 | 103 |
|
104 | 104 | For plugin development information, refer to: [Acode Plugin Documentation](https://acode.app/plugin-docs) |
105 | 105 |
|
106 | 106 | ## Star History |
107 | 107 |
|
108 | | -<a href="https://star-history.com/#deadlyjack/Acode&Date"> |
| 108 | +<a href="https://star-history.com/#Acode-Foundation/Acode&Date"> |
109 | 109 | <picture> |
110 | | - <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date&theme=dark" /> |
111 | | - <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" /> |
112 | | - <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=deadlyjack/Acode&type=Date" /> |
| 110 | + <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date&theme=dark" /> |
| 111 | + <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" /> |
| 112 | + <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Acode-Foundation/Acode&type=Date" /> |
113 | 113 | </picture> |
114 | 114 | </a> |
0 commit comments