fix(ui): [WIP] remove `useGettext` translation mechanism
TODO: Replace with `{ t }`
This commit is contained in:
parent
10683f327c
commit
8f69c7b3bd
|
@ -32,7 +32,6 @@ const suggestedInstances = computed(() => {
|
|||
|
||||
watch(() => store.state.instance.instanceUrl, () => store.dispatch('instance/fetchSettings'))
|
||||
|
||||
|
||||
// TODO: replace translation mechanism { $pgettext } with { t }
|
||||
|
||||
// const { $pgettext } = useGettext()
|
||||
|
@ -172,7 +171,6 @@ const checkAndSwitch = async (url: string) => {
|
|||
</div>
|
||||
<div class="actions">
|
||||
<button class="ui basic cancel button">
|
||||
|
||||
<!-- TODO: translate -->
|
||||
Cancel
|
||||
<!-- <translate translate-context="*/*/Button.Label/Verb">
|
||||
|
|
Loading…
Reference in New Issue