Skip to content

Commit 97a7da5

Browse files
committed
fix: revert unnoticed README.md changes
1 parent eb81d52 commit 97a7da5

1 file changed

Lines changed: 40 additions & 1 deletion

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,40 @@
1-
# πŸ‡ΉπŸ‡Ώ CiSkeleton Core Language Files β€” Swahili (Kiswahili)
1+
# πŸ‡ΊπŸ‡Έ CiSkeleton Core Language Files β€” English (US)
2+
3+
This repository contains the **default English language pack** for [CiSkeleton (CSK)](https://github.com/ianhubnet).
4+
5+
CSK uses a modular translation system, where each language is maintained as an independent package for easier updates and community contributions.
6+
7+
## πŸ“¦ Contents
8+
9+
* All default language files used by the CiSkeleton Core and Admin Interface.
10+
* Organized following CodeIgniter's `/language/english/` structure.
11+
* Acts as the **reference base** for all other translations.
12+
13+
## Structure
14+
15+
Each CSK translation must follow the naming convention `csk-lang-<language>` and contain standard CodeIgniter files inside `language/<language>/ci3/` and CSK files inside `language/<language>/`. Admin files should be put inside `language/<languages>/admin/`.
16+
17+
## Contribution
18+
If you want to translate CSK into another language:
19+
1. Fork this repository.
20+
2. Rename it to follow `csk-lang-<yourlanguage>`.
21+
3. Add your translations.
22+
4. Push to your own repo β€” CSK automation will take care of the rest.
23+
24+
> βš™οΈ CSK automatically detects new translations and adds them to the [csk-packages](https://github.com/ianhubnet/csk-packages) hub.
25+
26+
## 🌍 Related Repositories
27+
28+
This repository belongs to the [`csk-packages`](https://github.com/ianhubnet/csk-packages) collection:
29+
30+
* `english` β€” βœ… Public (default language)
31+
* `arabic` β€” πŸ”’ Private
32+
* `french` β€” πŸ”’ Private
33+
* `spanish` β€” πŸ”’ Private
34+
* `german` β€” πŸ”’ Private
35+
36+
…and more!
37+
38+
## πŸ“– About CiSkeleton (CSK)
39+
40+
[CiSkeleton (CSK)](https://github.com/ianhubnet) is a complete, modern foundation built on CodeIgniter 3 β€” offering modular architecture, multilingual support, an admin panel, and much more.

0 commit comments

Comments
Β (0)