Skip to content

Commit

Permalink
fixes i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Feb 14, 2024
1 parent afb29ba commit e1965bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pages/BlueStar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
</template>

<script setup>
import { useI18n } from 'vue-i18n';
import Page from '@/components/Page.vue';
import stars from '@Data/stars.js';
import img from '@Img/game/portraits/portrait_BlueStar.jpg';
const { t } = useI18n();
t('TID_BS_FINAL_POSITIONS'); // for i18n-extract
</script>

0 comments on commit e1965bc

Please sign in to comment.