Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php/*** This file is part of the Carbon package.** (c) Brian Nesbitt <brian@nesbot.com>** For the full copyright and license information, please view the LICENSE* file that was distributed with this source code.*//** Authors:* - IndLinux.org, Samsung Electronics Co., Ltd. alexey.merzlyakov@samsung.com*/return array_replace_recursive(require __DIR__.'/en.php', ['formats' => ['L' => 'D/M/YY',],'months' => ['ಜನವರಿ', 'ಫೆಬà³à²°à³à²µà²°à²¿', 'ಮಾರà³à²šà³', 'à²à²ªà³à²°à²¿à²²à³â€Œâ€Œ', 'ಮೇ', 'ಜೂನà³', 'ಜà³à²²à³ˆ', 'ಆಗಸà³à²Ÿà³', 'ಸೆಪà³à²Ÿà³†à²‚ಬರà³â€Œ', 'ಅಕà³à²Ÿà³‹à²¬à²°à³', 'ನವೆಂಬರà³', 'ಡಿಸೆಂಬರà³'],'months_short' => ['ಜ', 'ಫೆ', 'ಮಾ', 'à²', 'ಮೇ', 'ಜೂ', 'ಜà³', 'ಆ', 'ಸೆ', 'ಅ', 'ನ', 'ಡಿ'],'weekdays' => ['à²à²¥à²¾à²°', 'ಸೋಮಾರ', 'ಅಂಗರೆ', 'ಬà³à²§à²¾à²°', 'ಗà³à²°à³à²µà²¾à²°', 'ಶà³à²•à³à²°à²°', 'ಶನಿವಾರ'],'weekdays_short' => ['à²', 'ಸೋ', 'ಅಂ', 'ಬà³', 'ಗà³', 'ಶà³', 'ಶ'],'weekdays_min' => ['à²', 'ಸೋ', 'ಅಂ', 'ಬà³', 'ಗà³', 'ಶà³', 'ಶ'],'day_of_first_week_of_year' => 1,'meridiem' => ['ಕಾಂಡೆ', 'ಬಯà³à²¯'],'year' => ':count ನೀರà³', // less reliable'y' => ':count ನೀರà³', // less reliable'a_year' => ':count ನೀರà³', // less reliable'month' => ':count ಮೀನà³', // less reliable'm' => ':count ಮೀನà³', // less reliable'a_month' => ':count ಮೀನà³', // less reliable'day' => ':count ಸà³à²—à³à²—ಿ', // less reliable'd' => ':count ಸà³à²—à³à²—ಿ', // less reliable'a_day' => ':count ಸà³à²—à³à²—ಿ', // less reliable]);