Skip to content

Commit

Permalink
[FEATURE] Add Shona (sn) as supported language
Browse files Browse the repository at this point in the history
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 <bo@cedev.de>
Tested-by: core-ci <typo3@b13.com>
Tested-by: Daniel Goerz <daniel.goerz@posteo.de>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Daniel Goerz <daniel.goerz@posteo.de>
  • Loading branch information
bmack authored and ervaude committed May 11, 2021
1 parent 517c2a4 commit 8d09feb
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions typo3/sysext/core/Classes/Localization/Locales.php
Expand Up @@ -81,6 +81,7 @@ class Locales implements SingletonInterface
'rw' => 'Kinyarwanda',
'sk' => 'Slovak',
'sl' => 'Slovenian',
'sn' => 'Shona (Bantu)',
'sq' => 'Albanian',
'sr' => 'Serbian',
'sv' => 'Swedish',
Expand Down
@@ -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

0 comments on commit 8d09feb

Please sign in to comment.