Added support for language selector

This commit is contained in:
squidfunk
2021-02-22 20:08:49 +01:00
parent 9591265939
commit 99cc2e201b
15 changed files with 238 additions and 46 deletions

View File

@@ -36,6 +36,7 @@ export type ComponentType =
| "dialog" /* Dialog */
| "header" /* Header */
| "header-title" /* Header title */
| "header-topic" /* Header topic */
| "main" /* Main area */
| "search" /* Search */
| "search-query" /* Search input */