Skip to content

Commit

Permalink
[FEATURE] Add support for Kinyarwanda language
Browse files Browse the repository at this point in the history
Kinyarwanda is an official language of Rwanda,
which is now supported natively in TYPO3 for any
kind of labels with the ISO-839-1 code "rw".

Resolves: #90115
Releases: master, 9.5
Change-Id: I6958c44de03aa2397e409dc2e3d086bbf2fc46c8
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/62913
Tested-by: Benni Mack <benni@typo3.org>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Benni Mack <benni@typo3.org>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
  • Loading branch information
tmotyl authored and ervaude committed Jan 15, 2020
1 parent 2c6f6fa commit a18e953
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions typo3/sysext/core/Classes/Localization/Locales.php
Expand Up @@ -76,6 +76,7 @@ class Locales implements SingletonInterface
'pt_BR' => 'Brazilian Portuguese',
'ro' => 'Romanian',
'ru' => 'Russian',
'rw' => 'Kinyarwanda',
'sk' => 'Slovak',
'sl' => 'Slovenian',
'sq' => 'Albanian',
Expand Down
@@ -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
3 changes: 3 additions & 0 deletions typo3/sysext/setup/Resources/Private/Language/locallang.xlf
Expand Up @@ -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>
Expand Down

0 comments on commit a18e953

Please sign in to comment.