mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
fix: actually register the czech language (#5189)
This commit is contained in:
parent
ad864a97e9
commit
0268506f80
3 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ export default {
|
|||
hu: "Magyar",
|
||||
ar: "العربية",
|
||||
ca: "Català",
|
||||
cs: "Čeština",
|
||||
de: "Deutsch",
|
||||
el: "Ελληνικά",
|
||||
en: "English",
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ import("dayjs/locale/uk");
|
|||
import("dayjs/locale/vi");
|
||||
import("dayjs/locale/zh-cn");
|
||||
import("dayjs/locale/zh-tw");
|
||||
import("dayjs/locale/cs");
|
||||
|
||||
// All i18n resources specified in the plugin `include` option can be loaded
|
||||
// at once using the import syntax
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue