diff --git a/GOALS_BEFORE_NEXT_DEVLOG.md b/GOALS_BEFORE_NEXT_DEVLOG.md new file mode 100644 index 0000000..dc85eed --- /dev/null +++ b/GOALS_BEFORE_NEXT_DEVLOG.md @@ -0,0 +1,4 @@ +# Goals before the next devlog +(Hopefuly it can be done like on jun/7?) +1. Get the custom Groq api thingy work +2. Get Translation into news, newsView, aboutNewsorg & sources diff --git a/components/app/windows/about.vue b/components/app/windows/about.vue index 856cc77..eb4bc3a 100644 --- a/components/app/windows/about.vue +++ b/components/app/windows/about.vue @@ -5,33 +5,37 @@ const emit = defineEmits(["windowopener", "error", "loadValue"]); const props = defineProps<{ values?: string; }>(); +const { t } = useI18n();