diff options
author | polwex <polwex@sortug.com> | 2025-05-21 14:00:28 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-21 14:00:28 +0700 |
commit | e839a5f61f0faa21ca8b4bd5767f7575d5e576ee (patch) | |
tree | 53e5bcc3977b6ebef687521a7ac387a89aeb21c8 /src/lib/resources/lang.ts | |
parent | 4f2bd597beaa778476b84c10b571db1b13524301 (diff) |
the card flip animation is legit
Diffstat (limited to 'src/lib/resources/lang.ts')
-rw-r--r-- | src/lib/resources/lang.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/resources/lang.ts b/src/lib/resources/lang.ts new file mode 100644 index 0000000..caa4c03 --- /dev/null +++ b/src/lib/resources/lang.ts @@ -0,0 +1,8 @@ +export const flags: Record<string, string> = { + th: "🇹ðŸ‡", + en: "🇬🇧", + zh: "🇨🇳", + ja: "🇯🇵", + es: "🇪🇸", + fr: "🇫🇷", +}; |