mirror of
https://github.com/flarum/core.git
synced 2025-08-11 02:44:04 +02:00
chore: rewrite frontend application files to Typescript (#3006)
* Rename files * Rewrite common Application to TS * Improve DefaultResolver typings * Convert mapRoutes to TS * Fix incorrect JSDoc type * Add missing default value * Add debug button string to localisations * WIP Forum application TS rewrite * Use union and intersection to remove property duplication * Address some review comments Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> * Address some review comments Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> * Fix build error * Address some review comments Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com> * Add `type` import qualifier Co-authored-by: Alexander Skvortsov <38059171+askvortsov1@users.noreply.github.com>
This commit is contained in:
@@ -499,6 +499,7 @@ core:
|
||||
|
||||
# Translations in this namespace are used by the forum and admin interfaces.
|
||||
lib:
|
||||
debug_button: Debug
|
||||
|
||||
# These translations are displayed as tooltips for discussion badges.
|
||||
badge:
|
||||
|
Reference in New Issue
Block a user