|
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