Add ZH_TW README & translations.

This commit is contained in:
yuanhau 2025-06-07 00:42:57 +08:00
parent 61a7ecbf12
commit d2099074a7
6 changed files with 284 additions and 18 deletions

View file

@ -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?