bump to version 0.7.22

This commit is contained in:
Sam
2023-08-23 11:36:28 +02:00
parent a135a0fa04
commit f6393f0cc5
127 changed files with 3870 additions and 3511 deletions

View File

@ -1,6 +1,6 @@
{
"name": "fittrackee_client",
"version": "0.7.21",
"version": "0.7.22",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",

View File

@ -51,7 +51,7 @@
<i class="fa fa-trash" aria-hidden="true" />
</button>
</div>
<div class="workout-title" v-else-if="workoutObject.segmentId">
<div class="workout-title" v-else-if="workoutObject.segmentId !== null">
{{ workoutObject.title }}
<span class="workout-segment">

View File

@ -17,15 +17,15 @@ export const localeFromLanguage: Record<string, Locale> = {
}
export const languageLabels: Record<string, string> = {
de: 'Deutsch (97%)',
de: 'Deutsch',
en: 'English',
es: 'Español',
fr: 'Français',
gl: 'Galego',
it: 'Italiano (85%)',
nb: 'Norsk bokmål (35%)',
nl: 'Nederlands (97%)',
pl: 'Polski (56%)',
nl: 'Nederlands',
pl: 'Polski',
}
const { availableLocales } = createI18n.global