codeigniter4/translations

Translations for CodeIgniter v4 web framework

Installs: 182 889

Dependents: 27

Suggesters: 0

Security: 0

Stars: 196

Watchers: 24

Forks: 202

Open Issues: 1

Type:project

v4.5.3 2024-07-25 15:45 UTC

README

build code style 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.

**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.