mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Add ZH_TW README & translations.
This commit is contained in:
parent
61a7ecbf12
commit
d2099074a7
6 changed files with 284 additions and 18 deletions
|
@ -1,9 +1,22 @@
|
|||
<script setup lang="ts">
|
||||
import { SparklesIcon, UserIcon, NewspaperIcon } from "lucide-vue-next";
|
||||
|
||||
const props = defineProps<{
|
||||
values?: string;
|
||||
applyForTranslation: {
|
||||
type: Boolean;
|
||||
required: true;
|
||||
};
|
||||
windowTranslateState: {
|
||||
type: Boolean;
|
||||
required: true;
|
||||
};
|
||||
}>();
|
||||
|
||||
const { applyForTranslation, windowTranslateState } = props;
|
||||
|
||||
watch((applyForTranslation) => {}); // Translate when requested?
|
||||
|
||||
const slug = props.values; // Make the props.values static to the window NOT the entire thing and no arrays.
|
||||
|
||||
// FOR THIS MODULE DO NOT USE THE ?APPNAME URL TYPE, IT WILL FALL AT ALL TIMES, I HAVE NO CLUE WHY IS BEHAVIOR HAPPENING RN?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue