Translations for CodeIgniter 4 System Messages

August 5, 2026 · View on GitHub

build code style upstream Latest Stable Version Total Downloads License

This project contains translations for CodeIgniter 4 localization, i.e., system/Language/en/.

Copy the folder(s) for the locales you are interested in, from inside the Language folder of this project to your app/Language/ folder.

You may then use the CodeIgniter Language class to reference the translations directly. See the User Guide.

Localization in CodeIgniter 4 follows the ISO 639-1 conventions. Each translation set would go inside a folder named following the two-letter language code from here.

Localization variants are provided for, as folders named with the two-letter ISO 639-1 language code in lowercase, followed by the two-letter ISO 3166 country code capitalized, and with the two parts separated by a hyphen.

An example would be "en" for English, and "en-US" for the variations appropriate to the United States.

Translation Status

See https://codeigniter4.github.io/translations/.

Repository Information

Each ICU locale is maintained by a community member, per the table below. The role of maintainers is to provide a single authority for vetting translations for a given language, since the framework team claims no expertise beyond English.

LocaleLanguageAs of**Github UserMaintainer
arArabic4.0.0daifDaif Alotaibi
bgBulgarian4.2.2ivcho02Ivaylo Tsvetanov
bnBengali4.3.0hafijul233Mohammad Hafijul Islam
bsBosnian4.2.0demirkaricDemir Karić
csCzech4.0.3PavelTajdusPavel Tajduš
deGerman4.0.0sbaStefan Bauer
elGreek4.0.0sourikata2Rania Mag
enEnglish4.0.0N/ACI team
esSpanish4.0.0nachoaguirreIgnacio Aguirre
faFarsi4.0.0msalehi-dMohammad Salehi
frFrench4.0.0amuratetAmuratet?
guGujarati4.6.2patel-vanshVansh Patel
hiHindi4.6.2patel-vanshVansh Patel
huHungarian4.2.0kzolee1Zoltan Kovacs
idIndonesian4.0.0ridho1991Mutasim Ridlo
itItalian4.0.0luk3b8Luca Rasia
jaJapanese4.0.3kenjisKenji Suzuki
koKorean4.0.2codeigniter-krcodeigniter-kr
ltLithuanian4.0.2dgvirtualDonatas Glodenis
lvLatvian4.0.3davislasisDāvis Lasis
mlMalayalam4.0.3rakheshthayyurRakhesh Thayyur
mrMarathi4.7.2atharvagitayeAtharva Gitaye
nlDutch4.0.3JohanSmoldersJohanSmolders
noNorwegian4.0.0LA3QMAKai Günter Brandt
plPolish4.0.0DEVELPLMaciej Jasiewicz
ptPortuguese4.0.0NerexbcdAbílio Páscoa
pt-BRBrazilian4.0.0natanfellesNatan Felles
roRomanian4.2.1ed3Ed
ruRussian4.0.0neznaika0neznaika0
siSinhala4.0.3npwsamarasingheNalaka Prasad
skSlovak4.0.0xbotkajJozef Botka
srSerbian4.3.1nebojsajsimicNebojša Simić
sv-SESwedish - Sweden4.0.3tangixMattias Sandström
swSwahili4.6.4emleonstzEmanuel Leonard
taTamil4.5.1darthleslinLeslin
thThai4.1.4karidoeAnuchit Thiamuan
trTurkish4.0.0obozdagobozdag
ukUkrainian4.0.3flybotSerhii Kosyi
viVietnamese4.5.5tuyenhtTuyenHT
zh-CNSimplified Chinese4.0.0bangbangdabangbangda
zh-TWTraditional Chinese4.0.0monkenWumonkenWu

**Version where the locale was released. 4.x denotes Unreleased.

Requirements

These translations are intended for use with CodeIgniter 4.x applications.

Contributing

Please refer to the Contributing Guide on how to contribute to this repository. Please read on the tests' README on running unit tests.

License

These translations are licensed under the MIT License.