Bugfix: date locale
This commit is contained in:
parent
68764164ce
commit
41a96d49ca
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const {
|
||||||
preview = false,
|
preview = false,
|
||||||
} = Astro.props;
|
} = Astro.props;
|
||||||
|
|
||||||
const locale = 'ru';
|
const locale = 'ru-RU';
|
||||||
---
|
---
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
|
Loading…
Add table
Reference in a new issue