mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 21:27:46 +02:00
UBERF-7446 & UBERF-7447: i18n fixes (#5975)
This commit is contained in:
+3
-3
@@ -26,10 +26,10 @@
|
||||
export let disabled: boolean = false
|
||||
|
||||
let input: HTMLElement
|
||||
let phTraslate: string = ''
|
||||
let phTranslate: string = ''
|
||||
|
||||
$: translate(placeholder, placeholderParam ?? {}).then((res) => {
|
||||
phTraslate = res
|
||||
phTranslate = res
|
||||
})
|
||||
|
||||
afterUpdate(() => {
|
||||
@@ -50,7 +50,7 @@
|
||||
rows="1"
|
||||
bind:value
|
||||
bind:this={input}
|
||||
placeholder={phTraslate}
|
||||
placeholder={phTranslate}
|
||||
{disabled}
|
||||
on:keydown
|
||||
on:change
|
||||
|
||||
Reference in New Issue
Block a user