summaryrefslogtreecommitdiff
path: root/client-web/source/locale/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-02 12:16:51 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-02 12:16:51 +0200
commit3b87805d50bef3e73e857dd8025a4383e5f6651d (patch)
tree067a1edb6582813931e249b0c29c19d1fd962d3e /client-web/source/locale/mod.ts
parent2accfbcda2aac18195ca9ec2017c91ea243bbf94 (diff)
downloadkeks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar
keks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar.bz2
keks-meet-3b87805d50bef3e73e857dd8025a4383e5f6651d.tar.zst
get rid of trackhandle and use mediastream everwhere
Diffstat (limited to 'client-web/source/locale/mod.ts')
-rw-r--r--client-web/source/locale/mod.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/source/locale/mod.ts b/client-web/source/locale/mod.ts
index 18f845f..4a570ce 100644
--- a/client-web/source/locale/mod.ts
+++ b/client-web/source/locale/mod.ts
@@ -22,6 +22,7 @@ export interface LanguageStrings {
camera: string,
screen: string,
file: string,
+ local: string,
warn_short_secret: string,
warn_no_webrtc: string,
warn_secure_context: string,
@@ -74,7 +75,7 @@ export interface LanguageStrings {
disable: string,
notification_perm_explain: string,
grant: string,
- status_await_track: string,
+ status_await_stream: string,
clear_prefs: string,
setting_descs: { [key in keyof typeof PREF_DECLS]: string },
}