Skip to content

Commit d42eb3e

Browse files
committed
Add English language support and update README with LangManager details
1 parent 9afe13e commit d42eb3e

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Hook -----------------------|
3232
- Coming Soon.
3333
```
3434
---
35+
## LangManager
36+
```
37+
EN : Released - Latest Version
38+
FR : Sorti - Dernière Version
39+
```
40+
41+
---
3542

3643
Stay informed about the latest features and updates of ConnectLib.
3744

src/main/resources/lang/EN_US.lang

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# ConnectLib language file by Sandro642 (Sandraw)
2+
# Do not modify this file.
3+
4+
#Lang: EN
5+
6+
[annotation.package]
7+
discoverlistener.error: Error while discovering listeners.
8+
getclassesinpackage.error: Error while retrieving classes in package %package%, Exception: %exception%.
9+
10+
[connectlib.class]
11+
initialise.routeclass: RouteClass cannot be null.
12+
initialise.catcherror: An error occurred during ConnectLib initialization, Exception: %exception%.
13+
getroute.error: Route %route% was not found.

0 commit comments

Comments
 (0)