Skip to content

Commit

Permalink
fix: VSCode is dumb
Browse files Browse the repository at this point in the history
Signed-off-by: Avior <[email protected]>
  • Loading branch information
Aviortheking committed May 10, 2024
1 parent 5ab94f0 commit 5c11f7e
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions data-asia/S.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import { Serie } from '../interfaces'

const serie: Serie = {
name: {
ja: '剣と盾',
'zh-tw': '劍&盾',
id: 'Pedang & Perisai',
th: 'ซอร์ด แอนด์ ชีลด์',
ko: '검과 방패'
},
id: 'S'
}

export default serie
15 changes: 15 additions & 0 deletions data-asia/SV.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { Serie } from '../interfaces'

const serie: Serie = {
name: {
ja: 'ポケモンカードゲーム スカーレット&バイオレット',
'zh-cn': '朱&紫系列',
'zh-tw': '朱&紫系列',
th: 'สการ์เล็ต&ไวโอเล็ต',
id: 'Scarlet & Violet',
ko: '스칼렛・바이올렛'
},
id: "SV"
}

export default serie

0 comments on commit 5c11f7e

Please sign in to comment.