Closed
Description
Hi Magento community,
During installation when selecting default language for magento as
Serbian Language the default language store sr_Cyrl_RS "
general/locale/code - sr_Cyrl_RS" .
This ok but we should have two option Serbian@Latin and Serbian@Cyrilic
Here are the patches.
/zendframework1/library/Zend/Locale/Data/likelySubtags.xml.orig
898,899d897
< <likelySubtag from="sr_latin" to="sr_Latn_RS"/>
< <!--{ Serbian; ?; ? } => { Serbian; Latin; Serbia }-->
This the Config.php
magento/framework/Locale/Config.php.orig
90,91c90
< 'sr_Cyrl_RS', /*Serbian Cyrillic (Serbia)*/
< 'sr_Latn_RS', /*Serbian Latin (Serbia)*/
---
> 'sr_Cyrl_RS', /*Serbian (Serbia)*/
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Failed. Automatic verification of issue format is failedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release