From 8d09feb7df3277cac4341cab63c6fb9e25d9859c Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Tue, 4 May 2021 14:55:27 +0200 Subject: [PATCH] [FEATURE] Add Shona (sn) as supported language Shona is a Bantu language of the Shona people of Zimbabwe. It is one of the most widely spoken Bantu languages. Also see https://en.wikipedia.org/wiki/Shona_language This change adds support for Shona to be selected as TYPO3 Language and to connect to TYPO3 Localizations (XLF files, Site Configuration) by default. Resolves: #93114 Releases: master Change-Id: Id25823fc5021d9cc3480fb57627fe3cfcfbcb614 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68987 Tested-by: Oliver Bartsch Tested-by: core-ci Tested-by: Daniel Goerz Reviewed-by: Oliver Bartsch Reviewed-by: Daniel Goerz --- .../core/Classes/Localization/Locales.php | 1 + ...ativeSupportForLanguageShonaBantuAdded.rst | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 typo3/sysext/core/Documentation/Changelog/master/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst diff --git a/typo3/sysext/core/Classes/Localization/Locales.php b/typo3/sysext/core/Classes/Localization/Locales.php index 0e9fe2d9fccd..48a14735afe3 100644 --- a/typo3/sysext/core/Classes/Localization/Locales.php +++ b/typo3/sysext/core/Classes/Localization/Locales.php @@ -81,6 +81,7 @@ class Locales implements SingletonInterface 'rw' => 'Kinyarwanda', 'sk' => 'Slovak', 'sl' => 'Slovenian', + 'sn' => 'Shona (Bantu)', 'sq' => 'Albanian', 'sr' => 'Serbian', 'sv' => 'Swedish', diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst new file mode 100644 index 000000000000..3b7e7a6a78c3 --- /dev/null +++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-93114-NativeSupportForLanguageShonaBantuAdded.rst @@ -0,0 +1,33 @@ +.. include:: ../../Includes.txt + +================================================================= +Feature: #93114 - Native Support for Language Shona (Bantu) added +================================================================= + +See :issue:`93114` + +Description +=========== + +TYPO3 now supports Shona (Bantu language) - the language of the Shona people of Zimbabwe - out of the box. + +Shona is one of the most widely spoken Bantu languages (https://en.wikipedia.org/wiki/Shona_language). + +The ISO 639-1 code for Shona is "sn", which is how TYPO3 +is accessing the language internally. + + +Impact +====== + +It is now possible to + +* Fetch translated labels from translations.typo3.org / CrowdIn automatically within the TYPO3 Backend +* Switch the Backend Interface to Shona language +* Create a new language in a site configuration using Shona +* Create translation files with the "sn" prefix (such as `sn.locallang.xlf`) to create your own labels + +and TYPO3 will pick Shona as a language just like any other +supported language. + +.. index:: Backend, Frontend, ext:core \ No newline at end of file