diff --git a/typo3/sysext/core/Classes/Localization/Locales.php b/typo3/sysext/core/Classes/Localization/Locales.php index 8a37fa7aa4102477162281eba6e9fac6a33bb166..2c0e0615ce8ca6b1490496f77b9e238039ce6b27 100644 --- a/typo3/sysext/core/Classes/Localization/Locales.php +++ b/typo3/sysext/core/Classes/Localization/Locales.php @@ -76,6 +76,7 @@ class Locales implements SingletonInterface 'pt_BR' => 'Brazilian Portuguese', 'ro' => 'Romanian', 'ru' => 'Russian', + 'rw' => 'Kinyarwanda', 'sk' => 'Slovak', 'sl' => 'Slovenian', 'sq' => 'Albanian', diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-90115-KinyarwandaLanguage.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-90115-KinyarwandaLanguage.rst new file mode 100644 index 0000000000000000000000000000000000000000..0f8236c40a1b05720633d64176d76855d47d863b --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-90115-KinyarwandaLanguage.rst @@ -0,0 +1,25 @@ +.. include:: ../../Includes.txt + +====================================================== +Feature: #90115 - Add support for Kinyarwanda language +====================================================== + +See :issue:`90115` + +Description +=========== + +Kinyarwanda - the Rwanda official language is now available to use in TYPO3 system-wide for +translation labels, giving full support for having a TYPO3 installation (Frontend and Backend) +working with Kinyarwanda out-of-the-box. + +The ISO-639-1 language code "rw" is now added to TYPO3's default locales. + +Impact +====== + +Kinyarwanda will be shown on the "Manage Language Packs" modal and also possible to select +in BE user preferences. It is possible to use the "kw" ISO-639-1 iso code in site languages +to use the labels in TYPO3 Frontend. + +.. index:: Backend, ext:core diff --git a/typo3/sysext/setup/Resources/Private/Language/locallang.xlf b/typo3/sysext/setup/Resources/Private/Language/locallang.xlf index c13ab36c79e7e5f22d5ec37c9bb57df2ec11fe09..019dea6c9f75759b2783b7fdab5d4780514a2025 100644 --- a/typo3/sysext/setup/Resources/Private/Language/locallang.xlf +++ b/typo3/sysext/setup/Resources/Private/Language/locallang.xlf @@ -168,6 +168,9 @@ <trans-unit id="lang_ru" resname="lang_ru"> <source>Russian</source> </trans-unit> + <trans-unit id="lang_rw" resname="lang_rw"> + <source>Kinyarwanda</source> + </trans-unit> <trans-unit id="lang_sk" resname="lang_sk"> <source>Slovak</source> </trans-unit>