Translate all portfolio

This commit is contained in:
2024-07-08 01:08:55 +02:00
parent 471b2b830f
commit ebfac1794c
37 changed files with 2010 additions and 1540 deletions

View File

@@ -45,19 +45,3 @@ export const IDEs = [
{ name: 'IntelliJ IDEA Ultimate', icon: 'i-logos-intellij-idea' },
{ name: 'WebStorm', icon: 'i-logos-webstorm' }
]
export interface UsesItem {
name: string
description: string
}
export interface CodingActivity {
name: string
active: boolean
project: string
state: string
start: {
ago: string
formated: string
}
}