Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
aea97e8c
Commit
aea97e8c
authored
Sep 28, 2021
by
dindigala
Browse files
refactor: default language change when the language switch is turned off
parent
fc97ea81
Pipeline
#232537
passed with stages
in 3 minutes and 20 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/language.vue
View file @
aea97e8c
<
template
>
<
template
>
<div
class=
"col-xs-auto"
>
<div
v-if=
"config['language-switch']"
class=
"col-xs-auto"
>
<q-btn
<q-btn
flat
flat
:title=
"$t('changeLanguage')"
:title=
"$t('changeLanguage')"
...
...
src/components/tools.vue
View file @
aea97e8c
<
template
>
<
template
>
<div
class=
"row no-wrap justify-end col-xs-3"
>
<div
class=
"row no-wrap justify-end col-xs-3"
>
<Language
<Language
v-if=
"config['language-switch']"
:config=
"config"
:config=
"config"
/>
/>
...
...
src/index.template.html
View file @
aea97e8c
...
@@ -31,7 +31,7 @@
...
@@ -31,7 +31,7 @@
-->
-->
<script
id=
"tido-config"
type=
"application/json"
>
<script
id=
"tido-config"
type=
"application/json"
>
{
{
"
entrypoint
"
:
""
,
"
entrypoint
"
:
"
https://ahikar.sub.uni-goettingen.de/api/textapi/ahikar/syriac/collection.json
"
,
"
annotations
"
:
{
"
annotations
"
:
{
"
show
"
:
true
,
"
show
"
:
true
,
"
types
"
:
[
"
types
"
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment