Serbian (Latin, Montenegro) sr_Latn_ME

Based on PHP intl data: ICU 75.1. Data 75.1.

General Information #

Code Name (en-US) Name (sr_Latn_ME)
Language sr Serbian srpski
Region ME Montenegro Crna Gora
Script Latn Latin latinica
Default Currency EUR (€) Euro Evro

ICU Data #

calendar #

<?php
[
    'generic' => [
        'intervalFormats' => [
            'MMMEd' => [
                'M' => 'E, d. MMM – E, d. MMM'
                'd' => 'E, d. MMM – E, d. MMM'
            ]
        ]
    ]
    'gregorian' => [
        'AmPmMarkers' => [
            0 => 'prije podne'
            1 => 'po podne'
        ]
        'AmPmMarkersAbbr' => [
            0 => 'prije podne'
            1 => 'po podne'
        ]
        'availableFormats' => [
            'MMMMW' => [
                'few' => 'W. \'sjedmica\' \'u\' MMMM'
                'one' => 'W. \'sjedmica\' \'u\' MMMM'
                'other' => 'W. \'sjedmica\' \'u\' MMMM'
            ]
            'yw' => [
                'few' => 'w. \'sjedmica\' \'u\' Y.'
                'one' => 'w. \'sjedmica\' \'u\' Y.'
                'other' => 'w. \'sjedmica\' \'u\' Y.'
            ]
        ]
        'dayNames' => [
            'format' => [
                'wide' => [
                    0 => 'nedjelja'
                    1 => 'ponedeljak'
                    2 => 'utorak'
                    3 => 'srijeda'
                    4 => 'četvrtak'
                    5 => 'petak'
                    6 => 'subota'
                ]
            ]
        ]
        'dayPeriod' => [
            'format' => [
                'abbreviated' => [
                    'afternoon1' => 'po pod.'
                    'evening1' => 'veče'
                    'midnight' => 'ponoć'
                    'morning1' => 'jutro'
                    'night1' => 'noću'
                    'noon' => 'podne'
                ]
                'narrow' => [
                    'afternoon1' => 'po pod.'
                    'evening1' => 'veče'
                    'midnight' => 'ponoć'
                    'morning1' => 'jutro'
                    'night1' => 'noć'
                    'noon' => 'podne'
                ]
            ]
            'stand-alone' => [
                'narrow' => [
                    'am' => 'a'
                    'pm' => 'p'
                ]
                'wide' => [
                    'am' => 'prije podne'
                    'pm' => 'po podne'
                ]
            ]
        ]
        'eras' => [
            'wide' => [
                0 => 'prije nove ere'
                1 => 'nove ere'
            ]
        ]
        'monthNames' => [
            'format' => [
                'abbreviated' => [
                    0 => 'jan'
                    1 => 'feb'
                    2 => 'mart'
                    3 => 'apr'
                    4 => 'maj'
                    5 => 'jun'
                    6 => 'jul'
                    7 => 'avg'
                    8 => 'sept'
                    9 => 'okt'
                    10 => 'nov'
                    11 => 'dec'
                ]
            ]
        ]
    ]
]