added bulgarian locale (#5619)

This commit is contained in:
Kevin Papst
2025-08-28 20:10:49 +02:00
committed by GitHub
parent 023048e7c0
commit 03dbbdc5ba
3 changed files with 12 additions and 2 deletions

View File

@@ -6,6 +6,13 @@
'rtl' => true,
'translation' => true,
],
'bg' =>
[
'date' => 'd.MM.y',
'time' => 'HH:mm',
'rtl' => false,
'translation' => true,
],
'cs' =>
[
'date' => 'dd.MM.y',