# CodeIgniter4-translations **Repository Path**: plenilune/codeigniter4-translations ## Basic Information - **Project Name**: CodeIgniter4-translations - **Description**: CodeIgniter4-translations - **Primary Language**: PHP - **License**: MIT - **Default Branch**: develop - **Homepage**: https://github.com/codeigniter4/translations - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-28 - **Last Updated**: 2022-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ############################################## Translations for CodeIgniter 4 System Messages ############################################## This project contains translations for CodeIgniter 4 localization, eg. **system/Language/en**. Copy the folder(s) for the locales you are interested in, from inside the **Language** folder of this project to your **application/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. ********************** Repository Information ********************** Each language 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. ======== ==================== =========== ================= ========================= Locale Language As of Github User Maintainer ======== ==================== =========== ================= ========================= ar Arabic 4.0.0 daif Daif Alotaibi cs Czech 4.0.4 PavelTajdus Pavel Tajduš de German 4.0.0 sba Stefan Bauer en English 4.0.0 n/a CI team es Spanish 4.0.0* nachoaguirre Ignacio Aguirre fa Farsi 4.0.0 smhnaji Mohammad Naji fr French 4.0.0* amuratet Amuratet? id Indonesian 4.0.0* ridho1991 Mutasim Ridlo it Italian 4.0.0 luk3b8 Luca Rasia ja Japanese 4.0.0 kohenji01 Shoji Ogura ko Korean 4.0.0* Timothy-Y-H-Lee Timothy-Y-H-Lee lt Lithuanian 4.0.0* dgvirtual Donatas Glodenis ml Malayalam 4.0.0 rakheshthayyur Rakhesh Thayyur nl Dutch 4.0.0 JohanSmolders JohanSmolders no Norwegian 4.0.0 LA3QMA Kai Günter Brandt pl Polish 4.0.0 DEVELPL Maciej Jasiewicz pt Portugese 4.0.0 rbm0407 Rodrigo Borges pt-BR Brazilian 4.0.0 natanfelles Natan Felles ru Russian 4.0.0 DigitalWolf98 Vladislav Rykhtikov sk Slovak 4.0.0 xbotkaj Jozef Botka tr Turkish 4.0.0 obozdag obozdag uk Ukrainian 4.0.0 flybot Serhii Kosyi vi Vietnamese 4.0.0 xuandung38 XuanDung38 zh-CN Simple Chinese 4.0.0 bangbangda bangbangda zh-TW Traditional Chinese 4.0.0 * monkenWu monkenWu ======== ==================== =========== ================= ========================= ************ Requirements ************ These translations are intended for use with CodeIgniter 4.x applications. ******* License ******* These translations are licensed under the `MIT license `_. `Jim Parry `_