]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
[locale] Update bg.js
authorStoyanDimitrov <StoyanDimitrov@users.noreply.github.com>
Wed, 4 Dec 2019 20:03:47 +0000 (20:03 +0000)
committerIskren Chernev <iskren.chernev@gmail.com>
Fri, 24 Apr 2020 17:41:50 +0000 (20:41 +0300)
Fixed cardinal noun. Sigh…

src/locale/bg.js

index 2f97ca25d1d25ccf87905d134f390f91ce4c348a..cf9227ccc74125c72ca1340d69678d862e2b64af 100644 (file)
@@ -48,7 +48,7 @@ export default moment.defineLocale('bg', {
         h : 'час',
         hh : '%d часа',
         d : 'ден',
-        dd : '%d Ð´Ð½Ð¸',
+        dd : '%d Ð´ÐµÐ½Ð°',
         M : 'месец',
         MM : '%d месеца',
         y : 'година',